aes.info |
aes.info |
|
name = AES
description = "Provides AES encryption."
core = 6.x
php = 4.3.0 |
aes.install |
aes.install |
|
|
aes.module |
aes.module |
|
|
API.txt |
API.txt |
|
Here's a brief and simple run-through of the functions which might be interesting from a developers point of view. Most (see exceptions below) of the functions are implementation independant, so behaviour should be consistent regardless of which… |
CHANGELOG.txt |
CHANGELOG.txt |
|
6.x-1.3 -> 6.x-1.4
* This module now supports the AES implementation provided by PHP Secure Communications Library (phpseclib). Which means that this module no longer requires PHP's Mcrypt extension (although it still supports it alongside… |
README.txt |
README.txt |
|
WHAT THIS MODULE IS GOOD FOR
----------------------
This module can basically be useful in 2 ways:
1. For making your users passwords readable by admins.
2. As a very simple general purpose AES encryption API to use in other… |