AES Encryption without Mcrypt library |
https://github.com/ivantcholakov/gibberish-aes-php
This class tries ti use openssl_*() functions at first place, if they don't exist then uses mcrypt. If you want not to depend on mcrypt, your PHP version should be minimum 5.3.3. See also this CodeIgniter compatible wrapper library: https://github.com/ivantcholakov/starter...berish.php |
Messages In This Thread |
AES Encryption without Mcrypt library - by array81 - 10-30-2014, 07:32 AM
RE: AES Encryption without Mcrypt library - by Hobbes - 10-30-2014, 11:05 AM
RE: AES Encryption without Mcrypt library - by ivantcholakov - 10-30-2014, 08:21 PM
RE: AES Encryption without Mcrypt library - by Narf - 10-31-2014, 11:43 AM
RE: AES Encryption without Mcrypt library - by ivantcholakov - 10-31-2014, 06:22 PM
RE: AES Encryption without Mcrypt library - by Narf - 11-01-2014, 08:15 AM
|