$hashAlgo
$hashAlgo : string
Hash algorithm used to create key.
PBKDF2 (Password-Based Key Derivation Function 2) implementation (RFC 2898; PKCS #5 v2.0).
__construct(string $pass, string $key_length, array $opts = array())
Constructor.
string | $pass | The password. |
string | $key_length | Length of the derived key (in bytes). |
array | $opts | Additional options:
|