Secure Password Hashes (phpass)
Stores password hashes securely. The default password hashes are insecure. MD5 has long been known to be crackable, and IMHO we should not be storing passwords using this. So this module stores the hashes in a secondary table using phpass, and removes the insecure MD5 hashes in the user table.
There has been a long discussion about this. See http://drupal.org/node/29706.
So, this is a proof-of-concept module that implements secure password hashes using the phpass password hashing method. Hopefully, we can get something like this into Drupal 7.
To install, you must download phpass from http://www.openwall.com/phpass/ and put PasswordHash.php in the same directory as the module.
WARNING: after this module is installed and any user password's have been converted, you will not be able to uninstall, unless you first disable secure hashes (on admin/users/settings) and then all of these users, relogin
This module is partially supported by CivicActions.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.1 | 2007-Dec-24 | 9.42 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2007-Dec-24 | 9.4 KB | Download · Release notes | Development snapshot | |
| 5.x-1.x-dev | 2008-Feb-14 | 9.43 KB | Download · Release notes | Development snapshot | |
