You are here

CHANGELOG.txt in AES encryption 5

Same filename and directory in other branches
  1. 8.2 CHANGELOG.txt
  2. 6 CHANGELOG.txt
  3. 7 CHANGELOG.txt
; $Id $

5.x-1.2 -> 6.x-1.3
 * Ported the module to Drupal 6.
 * 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.

5.x-1.1 -> 5.x-1.2
 * 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.

5.x-1.0 -> 5.x-1.1
 * 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.

File

CHANGELOG.txt
View source
  1. ; $Id $
  2. 5.x-1.2 -> 6.x-1.3
  3. * Ported the module to Drupal 6.
  4. * 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.
  5. * 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.
  6. 5.x-1.1 -> 5.x-1.2
  7. * Fixed a faulty use of preg_match which caused a warning in PHP 5.2.x.
  8. * A users encrypted password is now deleted along with the user.
  9. * Removed a redundant write to file when saving a key using the file storage method.
  10. * Fixed the anonymous account receiving an encrypted password in some situations.
  11. * Removed an unused menu item.
  12. 5.x-1.0 -> 5.x-1.1
  13. * Added option to use 192 or 256 bit versions of the Rijndael algorithms.
  14. * Drupals database abstraction layer is now used properly.
  15. * Added (untested) support for Windows.
  16. * AES-encrypted passwords are now stored separately in their own table instead of replacing the MD5 passwords in the users table.
  17. * Added option to show the decrypted password on another page.
  18. * Plus some other minor changes.