AES |
class |
Drupal\aes |
src/AES.php |
|
|
3 |
|
AesAdminForm |
class |
Drupal\aes\Form |
src/Form/AesAdminForm.php |
Provides a fields form controller. |
|
|
1 |
AESPluginBase |
abstract class |
Drupal\aes\Plugin |
src/Plugin/AESPluginBase.php |
Provides a base class for all cryptor plugins. |
2 |
2 |
|
AESPluginManager |
class |
Drupal\aes\Plugin |
src/Plugin/AESPluginManager.php |
Plugin type manager for AES. |
|
|
2 |
AesTests |
class |
Drupal\aes\Tests |
src/Tests/AesTests.php |
Test encryption/decryption |
|
|
|
Cryptor |
class |
Drupal\aes\Annotation |
src/Annotation/Cryptor.php |
Defines an encryption/decryption implementation. |
|
|
|
Mcrypt |
class |
Drupal\aes\Plugin\AES |
src/Plugin/AES/Mcrypt.php |
Mcrypt plugin implementation |
|
|
|
Reverse |
class |
Drupal\aes\Plugin\AES |
src/Plugin/AES/Reverse.php |
Sample cryptor plugin. Does not really encrypt a string but just doing minor scrambling. |
|
|
|