logo

Module pkcs5::pbes2

source · []
Expand description

Password-Based Encryption Scheme 2 as defined in RFC 8018 Section 6.2.

Structs

Password-Based Encryption Scheme 2 parameters as defined in RFC 8018 Appendix A.4.

Password-Based Key Derivation Scheme 2 parameters as defined in RFC 8018 Appendix A.2.

scrypt parameters as defined in RFC 7914 Section 7.1.

Enums

Symmetric encryption scheme used by PBES2.

Password-based key derivation function.

Pseudo-random function used by PBKDF2.

Constants

128-bit Advanced Encryption Standard (AES) algorithm with Cipher-Block Chaining (CBC) mode of operation.

192-bit Advanced Encryption Standard (AES) algorithm with Cipher-Block Chaining (CBC) mode of operation.

256-bit Advanced Encryption Standard (AES) algorithm with Cipher-Block Chaining (CBC) mode of operation.

DES_CBC_OIDdes-insecure

DES operating in CBC mode

Triple DES operating in CBC mode

HMAC-SHA1 (for use with PBKDF2)

HMAC-SHA-256 (for use with PBKDF2)

Password-Based Encryption Scheme 2 (PBES2) OID.

Password-Based Key Derivation Function (PBKDF2) OID.

id-scrypt (RFC 7914)