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.

  • 相关阅读:
    数据放在服务端和客户端的利与弊
    python异步I/O并发
    view
    mysql千万或者上亿的数据怎么设计数据库
    Django(一)
    JQuery
    BOM与DOM
    JavaScript
    CSS(二)
    CSS介绍
  • 原文地址:https://www.cnblogs.com/emanlee/p/1325032.html
Copyright © 2011-2022 走看看