$_cipher
$_cipher : string
Encryption cipher
CodeIgniter Encryption Class
Provides two-way keyed encryption via PHP's MCrypt and/or OpenSSL extensions.
initialize(array $params) : \CI_Encryption
Initialize
array | $params | Configuration parameters |
hkdf( $key, $digest = 'sha512', $salt = NULL, $length = NULL, $info = '') : string
HKDF
$key | Input key |
|
$digest | A SHA-2 hashing algorithm |
|
$salt | Optional salt |
|
$length | Output length (defaults to the selected digest size) |
|
$info | Optional context/application-specific info |
A pseudo-random key