Multiple choice

Which of the following .NET cryptographic classes derives a key from a password using an extension of the PBKDF1 algorithm?

  1. PasswordDeriveBytes

  2. ProtectedData

  3. DeriveBytes

  4. CngKey

  5. CryptographicException

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This .NET cryptographic class derives a key from a password using an extension of the PBKDF1 algorithm.