zoukankan      html  css  js  c++  java
  • .NET Security Library for C# and VB.NET Org.Mentalis.SecurityServices.dll

    From:

    http://www.mentalis.org/soft/projects/secserv/

    http://www.mentalis.org/soft/projects/seclib/


    Security Services for .NET 2.0

    The Mentalis.org Security Services library is an add-on for the .NET framework. Its goal is to provide a framework for the missing security-related parts in the .NET 2.0 framework. The library currently offers support in the following areas:

    • Authentication: A unified password validation library gives you an easy way to check a user-entered password against a set of validation rules. A number of rules are predefined, such as "must contain symbols" or "must be at least 8 characters", but it can easily be extended to allow for custom validation rules.
      Another feature of the authentication namespace is the support for binary credentials. Binary credentials are small binary byte strings that travel with a roaming user account from computer to computer. They can be used to store passwords or other authentication data, and they will be available on any computer a roaming user logs on to.

    • Cryptography: The library offers support for algorithms that aren't present in the standard .NET 2.0 cryptography namespace. Some of the included algorithms are MD2, MD4, HMAC and RC4. Additionally, the StringEncryption class makes encrypting and decrypting string based data easy.

    • Smart cards: The Smartcard namespaces offers a barebones framework to connect to and communicate with smart cards. It's an excellent starting point to roll your own library for a specific type of smart card.

    The library ships with extensive documentation that can also be viewed online. If you have questions about the library, you can ask them on the Security Services forum .

    You can download the Mentalis.org Security Services for .NET 2.0 library over here.

  • 相关阅读:
    生病了,难受啊
    2005年1月31号随笔一篇
    [转]永远的Beyond
    关于IE问题,请教和求救
    中国财富排行榜
    这两天简直倒霉透顶了
    Asp.net(C#)给图片加上水印效果
    我不爱的那个女人
    555,我的hotmail从2G变回2M的了
    怀念永远的战神
  • 原文地址:https://www.cnblogs.com/emanlee/p/1325032.html
Copyright © 2011-2022 走看看