v1.0.0
English

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) public
initialize (?EncryptionConfig $config = null) public
createKey ($length = 32) public
__get ($key) public
__isset ($key) public
phpDG v1.0.0 Encryption.php 662 files 498 classes 763 fn
Generated