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