PBKDF2.NET provides adaptive password-based key derivation functionality (PBKDF2) for the .NET Framework. It adheres to the suggested PBKDF2 implementation while also holding true to the .NET cryptographic programming model. This is done to ensure smooth transition for users of this library and reducing the amount of refactoring involved to integrate this library into existing source. For details on how to use this library, please refer to the project site at: http://therealmagicmike.github.io/PBKDF2.NET/ This library and it's source is licensed under the MIT License, which is included with this download. Full source code and documentation is available at: http://github.com/therealmagicmike/PBKDF2.NET
$ dotnet add package PBKDF2.NETNo README available.