CryptoSys API
Library Manual
Pbe Class
Pbe.Kdf2 Method
(Int32, Byte[], Byte[], Int32, HashAlgorithm)
Derives a key of any length from a password using the PBKDF2 algorithm using specified HMAC algorithm
Pbe.Kdf2 Method
(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
Pbe.Scrypt Method
(Int32, Byte[], Byte[], Int32, Int32, Int32)
Derives a key of any length from a password using the SCRYPT algorithm.
Pbe.Scrypt Method
(Int32, String, String, Int32, Int32, Int32)
Derives a key in hex format from a password with the salt in hex format
[
Contents
] [
Index
]
[
PREV: Md5 Class...
] [
Contents
] [
Index
]
[
NEXT: Pc1 Class...
]