You are here

Files in AES encryption 8.2

Primary tabs

File namesort descending Location Namespace Description
aes.info.yml aes.info.yml aes.info.yml
aes.install aes.install Install/uninstall handling for AES.
aes.links.menu.yml aes.links.menu.yml aes.links.menu.yml
aes.module aes.module Main file of the AES encryption module.
aes.permissions.yml aes.permissions.yml aes.permissions.yml
AES.php src/AES.php Drupal\aes
aes.routing.yml aes.routing.yml aes.routing.yml
aes.services.yml aes.services.yml aes.services.yml
aes.settings.yml config/install/aes.settings.yml config/install/aes.settings.yml
AesAdminForm.php src/Form/AesAdminForm.php Drupal\aes\Form
AESPluginBase.php src/Plugin/AESPluginBase.php Drupal\aes\Plugin
AESPluginManager.php src/Plugin/AESPluginManager.php Drupal\aes\Plugin
AesTests.php src/Tests/AesTests.php Drupal\aes\Tests
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 independent, so behaviour should be consistent regardless of which…
CHANGELOG.txt CHANGELOG.txt 8.x-2.2 -> 8.x-2.1 * All functions moved to class-container Drupal\aes\AES. * Custom encryption implementation is possible via Plugin system. * Example Plugin added. 8.x-2.1 * Release with procedural-style aes_encrypt/aes_decrypt…
Cryptor.php src/Annotation/Cryptor.php Drupal\aes\Annotation
Mcrypt.php src/Plugin/AES/Mcrypt.php Drupal\aes\Plugin\AES
README.txt README.txt WHAT THIS MODULE IS GOOD FOR ---------------------------- This module is provide simple general purpose AES encryption API to use in other modules. In Drupal 6.x and 7.x it was also used for making your users passwords readable by admins. Since…
Reverse.php src/Plugin/AES/Reverse.php Drupal\aes\Plugin\AES

Other projects