| Age | Commit message (Expand) | Author |
|---|---|---|
| 2013-04-02 | Modified auth to work with unittest2 discovery. | Preston Timmons |
| 2013-03-26 | Fixed #20138 -- Added BCryptSHA256PasswordHasher | Donald Stufft |
| 2013-02-25 | Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt. | Aymeric Augustin |
| 2013-02-02 | Fixed #18144 -- Added backwards compatibility with old unsalted MD5 passwords | Claude Paroz |
| 2012-12-22 | Fixed #19509 -- Fixed crypt/bcrypt non-ascii password encoding | Claude Paroz |
| 2012-09-12 | Fixed #18182 -- Made is_usable_password check if hashing algorithm is correct | Claude Paroz |
| 2012-06-07 | Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. | Claude Paroz |
| 2012-06-06 | Fixed #18184 -- Moved algorithm identification code to hashers module | Claude Paroz |
| 2012-03-30 | Use the class decorator syntax available in Python >= 2.6. Refs #17965. | Aymeric Augustin |
| 2012-02-29 | Fixes #17777 and makes tests run again. | Paul McMillan |
| 2011-12-23 | Renovated password hashing, including the forgotten files in r17253. | Paul McMillan |
