$encrypter
$encrypter : string
The encrypter we create
CodeIgniter Encryption Manager
Provides two-way keyed encryption via PHP's Sodium and/or OpenSSL extensions. This class determines the driver, cipher, and mode to use, and then initializes the appropriate encryption handler.
__construct(\CodeIgniter\Config\BaseConfig $config = null) : void
Class constructor
\CodeIgniter\Config\BaseConfig | $config | Configuration parameters |
initialize(\CodeIgniter\Config\BaseConfig $config = null) : \CodeIgniter\Encryption\EncrypterInterface
Initialize or re-initialize an encrypter
\CodeIgniter\Config\BaseConfig | $config | Configuration parameters |
Loading…