AES implementation in PHP (c) Chris Veness 2005-2011.
Right to use and adapt is granted for under a simple creative commons attribution licence. No warranty of any form is offered.
Modified for Akeeba Backup by Nicholas K. Dionysopoulos
Located in /administrator/components/com_joomlaupdate/restore.php (line 5010)
AES decryption in CBC mode. This is the standard mode (the CTR methods actually use Rijndael-128 in CTR mode, which - technically - isn't AES).
Supports AES-128, AES-192 and AES-256. It supposes that the last 4 bytes contained a little-endian unsigned long integer representing the unpadded data length.
Decrypt a text encrypted by AES in counter mode of operation
Encrypt a text using AES encryption in Counter mode of operation
Unicode multi-byte character safe
AES Cipher function: encrypt 'input' with Rijndael algorithm
Key expansion for Rijndael Cipher(): performs key expansion on cipher key to generate a key schedule
Documentation generated on Mon, 25 Jun 2012 13:59:14 -0500 by phpDocumentor 1.4.4