Downloads

Download tar.gz 16.45 KB
MD5: 9703db2741f1153db5a9e33752ad314f
SHA-1: bc9e37a3bd02c08beed25bd8b52b7fc3a083fd5a
SHA-256: cc3c09ae27c490927af6e71fc0f2883833cbb82404263e3a095fa6f44a02213f
Download zip 18.96 KB
MD5: 650d82841053c734a9270658e259d4e4
SHA-1: 82853aeeef00baa4f343a24243a937401fb04aa1
SHA-256: b816464b69e2cf6a64310b0e7a81d63078834c07e138a65cc86f1b7eff65ec53

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.

Created by: easyfit
Created on: 12 Oct 2009 at 17:35 UTC
Last updated: 26 Jan 2022 at 20:50 UTC
New features
Bug fixes
Insecure
Unsupported

Other releases