aes.info |
aes/aes.info |
|
name = AES compatibility module
description = Satisfies dependencies on AES, provides aes_encrypt/aes_decrypt.
core = 7.x
PHP = 5.4
dependencies[] = real_aes |
aes.module |
aes/aes.module |
|
Enable to satisfy dependencies on aes.module. |
authenticated_aes.inc |
plugins/encryption_methods/authenticated_aes.inc |
|
Plugin definition for an authenticated AES-128 encryption method. |
README.txt |
README.txt |
|
# Real AES
## Introduction
Real AES provides an encryption method plugin for the Encrypt module (https://drupal.org/project/encrypt).
It also serves as a library loader for the Defuse PHP-encryption library.
Partial API compatibility with the… |
real_aes.info |
real_aes.info |
|
name = Real AES
description = "Library module for Defuse's PHP encryption library."
core = 7.x
PHP = 5.4
dependencies[] = libraries
dependencies[] = ctools |
real_aes.install |
real_aes.install |
|
Holds installation hooks for Real AES. |
real_aes.module |
real_aes.module |
|
Library loader for the Defuse PHP-encryption library. |