IGNORE_OPENSSL
IGNORE_OPENSSL
Provides blowfish encryption/decryption, with or without a secret key, for PHP strings.
$_crypt : \Horde_Crypt_Blowfish_Base
Blowfish crypt driver.
setKey(string $key, string $iv = null)
Sets the secret key.
The key must be non-zero, and less than or equal to MAXKEYSIZE characters (bytes) in length.
string | $key | Key must be non-empty and less than MAXKEYSIZE bytes in length. |
string | $iv | The initialization vector to use. Only needed for 'cbc' cipher. If null, an IV is automatically generated. |