AES128   Introduction | Install | Configuration | Cipher functions | Examples
Introduction:
AES128 is an implementacion of cipher algorithm AES 128 bits (Advanced Encryption Standard). It can encrypt/decrypt data without external libraries using this algorithm.
Install:
To install AES128 copy the file AES128.php to your php scripts execution directory.
Configuración:
There aren't configuration options.
Cipher functions:
This functions are used to crypt data:
Examples:
José Manuel Busto