Click or drag to resize

PbeKdf2 Method

Derives a key of any length from a password using the PBKDF2 algorithm from PKCS#5 v2.1
Overload List
 NameDescription
Public methodStatic memberKdf2(Int32, Byte, Byte, Int32, HashAlgorithm) Derives a key of any length from a password using the PBKDF2 algorithm using specified HMAC algorithm
Public methodStatic memberCode exampleKdf2(Int32, String, String, Int32, HashAlgorithm) Derives a key in hex format of any length from a password with the salt in hex format using specified HMAC algorithm
Top
See Also