Hi,
we did not add PasswordDeriveBytes
class mostly because of it's strange CryptDeriveKey
method, and because the class was made obsolete in .NET Framework 2.0 ten years ago. However, if you only need the more-often used PasswordDeriveBytes.GetBytes(int)
method, we can add the PasswordDeriveBytes
class quite easily - just let us know.