The 1.7 update to Security.Cryptography.dll contains support for PBKDF2 (theCNG implementation). This release of Security.Cryptography.dll requires Visual Studio 2013 and the .NET Framework v3.5. (Previous versions used VS2008)
New APIs include:
This release includes all check-ins through change set 75667
New APIs include:
- BCryptPBKDF2.CreateHash - Hash a password and salt with a specified iteration count and hash function. Supported hash functions are SHA-1, SHA-256, SHA-384 and SHA-512
This release includes all check-ins through change set 75667