PKCS#5 PBES1 password‐based encryption parameters (salt and iteration count).

Synopsis

Declared in <openssl/x509.h>

struct PBEPARAM_st;

Data Members

Name

Description

iter

Iteration count for the password‐based key derivation.

salt

Salt value mixed into the password‐based key derivation.

Created with MrDocs