Encryption.php
system/Encryption/Encryption.php
1 class
5 methods
class Encryption
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
(?EncryptionConfig $config = null)
initialize
(?EncryptionConfig $config = null)
createKey
($length = 32)
__get
($key)
__isset
($key)