aes 7.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| aes-7.x-1.5.tar.gz | 16.88 KB | 02662d343604600f4b2e70a149901195 |
| aes-7.x-1.5.zip | 19.35 KB | 8a4c6f2bca19a241c50b9d417db3e56b |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| aes-7.x-1.4.tar.gz | 16.84 KB | 64a7258c9b51e5fd81ec7ca9a9aa7bab |
| aes-7.x-1.4.zip | 19.34 KB | efd274978e255d09f5ce706ea2d85203 |
Release notes
Conversion of 1.4 to Drupal 7.
Thanks to Bakidok for doing the initial work.
aes 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| aes-7.x-1.x-dev.tar.gz | 17.58 KB | ab9d0f66e4588b09cc5847f8fdcc665b |
| aes-7.x-1.x-dev.zip | 20.21 KB | c15397597d6af6ea8818165e8a679fcf |
Release notes
Preliminary Drupal 7 version of this module. Not extensively tested, but it seems to work fine.
aes 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| aes-6.x-1.4.tar.gz | 16.45 KB | 9703db2741f1153db5a9e33752ad314f |
| aes-6.x-1.4.zip | 18.96 KB | 650d82841053c734a9270658e259d4e4 |
Release notes
* 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
| Download | Size | md5 hash |
|---|---|---|
| aes-6.x-1.3.tar.gz | 11.57 KB | 5a1150a088e6905455db5baca1a85267 |
| aes-6.x-1.3.zip | 12.91 KB | 5fff669ac15374781491cdfbb1aa8528 |
Release notes
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 | Size | md5 hash |
|---|---|---|
| aes-5.x-1.2.tar.gz | 11.31 KB | 9f97a3fe4b7ae31a2adc6dbf10b21065 |
| aes-5.x-1.2.zip | 12.82 KB | af87ff356211e64dae01d589f26094d3 |
Release notes
* 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 | Size | md5 hash |
|---|---|---|
| aes-5.x-1.1.tar.gz | 11.2 KB | f6dd43696425317ecd54f309fb2bd640 |
| aes-5.x-1.1.zip | 12.68 KB | 44843e5f469bde3ac9bcd4ebeccac191 |
Release notes
* 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 | Size | md5 hash |
|---|---|---|
| aes-5.x-1.0.tar.gz | 10.16 KB | 6c1e46e4424fa44b71aff85761682ff1 |
| aes-5.x-1.0.zip | 11.37 KB | 6f036640cc16452fc0a861dae0a9e30b |
Release notes
Initial release.