Releases for AES encryption
aes 6.x-1.3
Download: aes-6.x-1.3.tar.gz
Size: 11.57 KB
md5_file hash: 5a1150a088e6905455db5baca1a85267
First released: April 1, 2008 - 14:26
Last updated: April 1, 2008 - 14:30
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
Download: aes-5.x-1.2.tar.gz
Size: 11.31 KB
md5_file hash: 9f97a3fe4b7ae31a2adc6dbf10b21065
First released: December 6, 2007 - 20:25
Last updated: December 6, 2007 - 20:30
* 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
Download: aes-5.x-1.1.tar.gz
Size: 11.2 KB
md5_file hash: f6dd43696425317ecd54f309fb2bd640
First released: April 10, 2007 - 18:39
Last updated: April 10, 2007 - 18:40
* 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.
aes 5.x-1.0
Download: aes-5.x-1.0.tar.gz
Size: 10.16 KB
md5_file hash: 6c1e46e4424fa44b71aff85761682ff1
First released: March 21, 2007 - 19:20
Last updated: March 21, 2007 - 19:25
Initial release.
