aes.admin.inc |
aes.admin.inc |
|
AES encryption module administration settings. |
aes.api.php |
aes.api.php |
|
Function and hooks provided by the aes API. |
aes.info |
aes.info |
|
name = AES
description = Provides AES encryption.
core = 7.x
configure = admin/config/system/aes
files[] = aes.module
files[] = aes.install |
aes.install |
aes.install |
|
Install/uninstall related functions. |
aes.module |
aes.module |
|
Main file of the AES encryption module. |
CHANGELOG.txt |
CHANGELOG.txt |
|
7.x-1.8 -> 7.x-1.9
* Implemented hook_aes_config_change(). https://drupal.org/node/1415550 .
* Password viewing method is more secure for non-JS users. https://drupal.org/node/1114780 .
* Fixed bug with unattended installation. Issue:… |
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… |