aes 8.x-2.4

Bug fixes
Insecure

Issue #2409595 by podarok: Make aes installable on Drupal HEAD. Codestyle fixes.
Issue #2409741 by podarok: Adding mcrypt plugin.
Issue 2650232 by medienverbinder: AES module can not be activated.

aes 7.x-1.9

Bug fixes
New features
Insecure

New feature:
Implemented hook_aes_config_change(), see https://drupal.org/node/1415550 .

Major and minor fixes, codestyle and documentation cleanup.

aes 8.x-2.3

Bug fixes
Insecure

8.x-2.2 was no able to work with PHP 5.4 . This is the only fix.

aes 8.x-2.2

Bug fixes
New features
Insecure

This is fully functional module, compatible with Drupal 8.0.0-beta3 core.

New features:
All functions now accessible via class Drupal\aes\AES.
Custom encryption implementation is possible via Plugin system. Sample plugin added.

Enjoy!

aes 8.x-2.1

Bug fixes
New features
Insecure

Code was adopted to recent changes in core of Drupal (8.0.0-beta3).

This release provides functions aes_encrypt/aes_decrypt so they can be used to make procedural-style encryption like in Drupal 7.

Please note - key NOT stored in database but in YAML file.

Ability to see user's passwords was removed from 8.x.

aes 8.x-2.0-unstable1

New features
Insecure

Initial release just adopted for current D8 API.

The module can be enabled and will work (providing encrypt/decrypt functions, not inside a class yet) , however there are no configuration form yet. Adjusting settings can be done only via direct modifying of a settings file.

aes 7.x-1.8

Bug fixes
Insecure

A few major changes:
* Phpseclib: Integrated AES with the libraries API. PHPSeclib now preferable to be placed into libraries.
* Fixed major bug with changing location of key file, thanks to digitalRoots. Issue: https://drupal.org/node/2188325 .

aes 7.x-1.7

Bug fixes
Insecure

- Making module upgrade possible with Aegir;
- Coding standards applied to making future development/fixes more in Drupal stream.

aes 7.x-1.6

Bug fixes
Insecure

A long-waiting release turning off tracking/showing passwords by default, and contains several other bugfixes as well.

aes 7.x-1.5

Security update
Insecure

Fixes a security issue due to a line of code used for debugging left in the 7.x-1.4 release.

See SA-CONTRIB-2011-005
http://drupal.org/node/1048998

aes 7.x-1.4

Insecure

Conversion of 1.4 to Drupal 7.
Thanks to Bakidok for doing the initial work.

aes 7.x-1.x-dev

Insecure

Preliminary Drupal 7 version of this module. Not extensively tested, but it seems to work fine.

aes 6.x-1.4

New features
Bug fixes
Insecure

* This module now supports the AES implementation provided by PHP Secure Communications Library (phpseclib). Which means that this module no longer requires PHP's Mcrypt extension (although it still supports it alongside phpseclib). Thanks to queen.zeal for bringing this library to my attention. Issue: http://drupal.org/node/579858 and of course many thanks to Jim Wigginton for writing this great library, which can be found here http://phpseclib.sourceforge.net/.

aes 6.x-1.3

Insecure

Finally, here it is, AES ported to Drupal 6. This is basically the same version as 1.2 for Drupal 5, but it also has a couple of small bugfixes and changes, which is why it's called 1.3.

Bugfixes:
* AES no longer alerts the user about a missing key if the user does not have the administer aes permission. This alert is now also logged in the watchdog.
* Fixed a bug which caused AES encrypted passwords to be created even when this feature was turned off if an existing account was given a new password.

aes 5.x-1.2

Bug fixes
Insecure

* Fixed a faulty use of preg_match which caused a warning in PHP 5.2.x.
* A users encrypted password is now deleted along with the user.
* Removed a redundant write to file when saving a key using the file storage method.
* Fixed the anonymous account receiving an encrypted password in some situations.
* Removed an unused menu item.

aes 5.x-1.1

Insecure

* Added option to use 192 or 256 bit versions of the Rijndael algorithms.
* Drupals database abstraction layer is now used properly.
* Added (untested) support for Windows.
* AES-encrypted passwords are now stored separately in their own table instead of replacing the MD5 passwords in the users table.
* Added option to show the decrypted password on another page.
* Plus some other minor changes.

Subscribe with RSS Subscribe to Releases for AES encryption