aes 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| aes-6.x-1.4.tar.gz | 16.45 KB | 9703db2741f1153db5a9e33752ad314f |
* 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.
