Click or drag to resize

Pbe Class

Password-based encryption
Inheritance Hierarchy
SystemObject
  CryptoSysPKIPbe

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public class Pbe

The Pbe type exposes the following members.

Methods
 NameDescription
Public methodStatic memberKdf2(Int32, Byte, Byte, Int32, HashAlgorithm) Derive a key of any length from a password using the PBKDF2 algorithm from PKCS #5 v2.1.
Public methodStatic memberKdf2(Int32, String, String, Int32, HashAlgorithm) Derive a key in hex format of any length from a password with the salt in hex format.
Public methodStatic memberScrypt(Int32, Byte, Byte, Int32, Int32, Int32) Derives a key of any length from a password using the SCRYPT algorithm.
Public methodStatic memberCode exampleScrypt(Int32, String, String, Int32, Int32, Int32) Derives a key in hex format from a password with the salt in hex format
Top
See Also