Releases for AES encryption

aes 6.x-1.4

easyfit - October 12, 2009 - 17:35
Official release from CVS tag: DRUPAL-6--1-4
First released: October 12, 2009 - 17:35
Download: aes-6.x-1.4.tar.gz
Size: 16.45 KB
md5_file hash: 9703db2741f1153db5a9e33752ad314f
Last updated: October 12, 2009 - 17:40
View usage statistics for this release

* 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/.

* There's now an automatic trim() on decrypting data. This change is partly because the phpseclib implementation does this, so it's now also done in the mcrypt implementaton to maintain consistency between implementations, and partly because it has caused to some confusion/concern among several users (though it was not actually a bug).

* Fixed a faulty implemented form. Thanks to rjmackay. Issue: http://drupal.org/node/507892

* aes_encrypt and aes_decrypt will now return false if passed empty strings instead of raising errors. (Several issues has been discussing this and I believe there has been various reasons to it happening depending on your site settings and installed modules).

* Requirements are now checked at install, thanks AlexisWilke. Issue: http://drupal.org/node/436368

* Plus other minor changes which shouldn't affect the function/behavior of this module in any significant way.

aes 6.x-1.3

easyfit - April 1, 2008 - 14:26
Official release from CVS tag: DRUPAL-6--1-3
First released: April 1, 2008 - 14:26
Download: aes-6.x-1.3.tar.gz
Size: 11.57 KB
md5_file hash: 5a1150a088e6905455db5baca1a85267
Last updated: April 1, 2008 - 14:30
View usage statistics for this release

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

easyfit - December 6, 2007 - 20:25
Official release from CVS tag: DRUPAL-5--1-2
First released: December 6, 2007 - 20:25
Download: aes-5.x-1.2.tar.gz
Size: 11.31 KB
md5_file hash: 9f97a3fe4b7ae31a2adc6dbf10b21065
Last updated: December 6, 2007 - 20:30
View usage statistics for this release

* 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

easyfit - April 10, 2007 - 18:39
Official release from CVS tag: DRUPAL-5--1-1
First released: April 10, 2007 - 18:39
Download: aes-5.x-1.1.tar.gz
Size: 11.2 KB
md5_file hash: f6dd43696425317ecd54f309fb2bd640
Last updated: April 10, 2007 - 18:40
View usage statistics for this release

* 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

easyfit - March 21, 2007 - 19:20
Official release from CVS tag: DRUPAL-5--1-0
First released: March 21, 2007 - 19:20
Download: aes-5.x-1.0.tar.gz
Size: 10.16 KB
md5_file hash: 6c1e46e4424fa44b71aff85761682ff1
Last updated: March 21, 2007 - 19:25
View usage statistics for this release

Initial release.

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.