aes_aes_config_change |
./aes.admin.inc |
Implements hook_aes_config_change(). |
|
|
aes_ajax_callback |
./aes.module |
Callback for user's password ajax link. |
|
1 |
aes_config |
./aes.admin.inc |
Inits aes_config form. |
|
1 |
aes_config_submit |
./aes.admin.inc |
Submits aes_config form. |
|
|
aes_config_validate |
./aes.admin.inc |
Validates aes_config form. |
|
|
aes_decrypt |
./aes.module |
Decrypts a string of encrypted data. |
1 |
2 |
aes_delete_key |
./aes.module |
Deletes the encryption system key. |
1 |
|
aes_enable |
./aes.install |
Implements hook_enable(). |
|
|
aes_encrypt |
./aes.module |
Encrypts a string. |
1 |
2 |
aes_get_available_aes_implementations |
./aes.install |
Retrieve information about available AES implementations. |
2 |
|
aes_get_key |
./aes.module |
Gets the current key used for the encryption system. If there's currently
no key defined, this function will generate one, store it, and return it. |
4 |
|
aes_get_password |
./aes.module |
Gets a users password, in plain text, or in it's encrypted form. |
2 |
1 |
aes_load_phpsec |
./aes.module |
Loads phpseclib. |
3 |
|
aes_make_iv |
./aes.module |
Define or set aes_encryption_iv variable. |
3 |
|
aes_make_key |
./aes.module |
Generate a random key, containing uppercase, lowercase and digits. |
1 |
|
aes_menu |
./aes.module |
Implements hook_menu(). |
|
|
aes_password_exists |
./aes.module |
Checks if a users password exists. |
4 |
|
aes_permission |
./aes.module |
Implements hook_permission(). |
|
|
aes_requirements |
./aes.install |
Implements hook_requirements(). |
|
|
aes_schema |
./aes.install |
Implements hook_schema(). |
|
|
aes_show_password_page |
./aes.module |
Access callback for a separate tab page with password. |
|
1 |
aes_store_key |
./aes.module |
Stores the key given by writing it to the storage method currently used
(database or file). |
2 |
|
aes_uninstall |
./aes.install |
Implements hook_uninstall(). |
|
|
aes_update_7100 |
./aes.install |
Convert old setting for aes_convert from string to boolean. |
|
|
aes_update_7101 |
./aes.install |
Convert old setting value for aes_viewing_method:collapsible. |
|
|
aes_user_alter |
./aes.module |
Implements hook_user_alter(). |
2 |
|
aes_user_delete |
./aes.module |
Implements hook_user_delete(). |
|
|
aes_user_insert |
./aes.module |
Implements hook_user_insert(). |
|
|
aes_user_login |
./aes.module |
Implements hook_user_login(). |
|
|
aes_user_update |
./aes.module |
Implements hook_user_update(). |
|
|
aes_user_view |
./aes.module |
Implements hook_user_view(). |
|
|
hook_aes_config_change |
./aes.api.php |
hook_aes_config_change()
This hook provide ability for developers to reencrypt data in modules
when aes configuration changed. |
|
|
mcrypt_module_open_safe |
./aes.module |
Safe version of mcrypt_module_open function. |
3 |
|