User: dries Branch: HEAD Date: Mon, 31 Mar 2008 20:50:05 +0000 Added files: /scripts password-hash.sh Modified files: / CHANGELOG.txt /includes common.inc /modules/user user.install user.module Log message: - Patch #29706 by pwolanin, solardiz, et al: more secure password hashing. This is a big and important patch for Drupal's security. We are switching to much stronger password hashes that are also compatible with the Portable PHP password hashing framework. The new password hashes defeat a number of attacks, including: - The ability to try candidate passwords against multiple hashes at once. - The ability to use pre-hashed lists of candidate passwords. - The ability to determine whether two users have the same (or different) password without actually having to guess one of the passwords. Also implemented a pluggable password hashing API (similar to how an alternate cache mechanism can be used) to allow developers to readily substitute an alternative hashing and authentication scheme. Thanks all! Links: http://cvs.drupal.org/diff.php?path=drupal/scripts/password-hash.sh http://cvs.drupal.org/diff.php?path=drupal/CHANGELOG.txt&old=1.258&new=1.259... http://cvs.drupal.org/diff.php?path=drupal/includes/common.inc&old=1.761&new... http://cvs.drupal.org/diff.php?path=drupal/modules/user/user.install&old=1.7... http://cvs.drupal.org/diff.php?path=drupal/modules/user/user.module&old=1.89...
participants (1)
-
drupal-cvs@drupal.org