资 源 简 介
The System.Security.Cryptography namespace in the .NET framework implements a number of cryptographic algorithms. Those chosen are by and large those standardised by NIST, which is a good thing in as far as it encourages use of standardised secure algorithms. However, for the purposes of interoperability with other systems it may be necessary to support non-standardised ones.
This project is intended to help bridge this interoperability gap, by providing an open source, GPL-licensed library of these algorithms. The aim is to implement all of these in safe, managed code.