22.4.0-preview3
Pre-release
Pre-release
ektrah
released this
03 Apr 22:41
·
106 commits
to master
since this release
New Features
- Extract-then-expand interface for HKDF
API Changes
- A new KeyDerivationAlgorithm2 class deriving from the KeyDerivationAlgorithm class has been added
- HkdfSha256 and HkdfSha512 classes have been changed to derive from the new KeyDerivationAlgorithm2 class
- Method overloads accepting the password as a string have been added to PasswordBasedKeyDerivationAlgorithm
- MinSaltSize and MaxSaltSize properties have been added to KeyDerivationAlgorithm and PasswordBasedKeyDerivationAlgorithm
- KeyDerivationAlgorithm.SupportsSalt and PasswordBasedKeyDerivationAlgorithm.SaltSize have been deprecated and will be removed in a future version
Compatibility
This pre-release runs on .NET 5 and 6 as well as .NET Core 3.1.