• .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.

  • 相关阅读:
    查找算法之——符号表(引入篇)
    排序算法之——优先队列经典实现(基于二叉堆)
    C# Timer和多线程编程、委托、异步、Func/Action
    Tomcat汇总-部署多个项目(不同端口)
    数据库汇总(MySQL教材)
    基础知识
    常用工具&网址
    Phython开发
    单元测试
    软件项目过程和文档
  • 原文地址:https://www.cnblogs.com/emanlee/p/1325032.html
Copyright © 2020-2023  润新知