OpenSSL key derivation function.
Derives a key and IV from a password.
The password to derive from.
The size in words of the key to generate.
The size in words of the IV to generate.
(Optional) A 64-bit salt to use. If omitted, a salt will be generated randomly.
A cipher params object with the key, IV, and salt.
Generated using TypeDoc
Key derivation function namespace.