initialize($params)
Parameters: |
|
---|---|
Returns: |
CI_Encryption instance (method chaining) |
Return type: |
CI_Encryption |
Initializes (configures) the library to use a different driver, cipher, mode or key.
Example:
$this->encryption->initialize( array('mode' => 'ctr') );
Please refer to the Configuring the library section for detailed info.
Please login to continue.