summaryrefslogtreecommitdiff
path: root/django/contrib/auth/hashers.py
AgeCommit message (Expand)Author
2013-02-02Added missing parentheses in if clauseClaude Paroz
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-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-11[py3] Decoded base64-encoded hash in contrib.auth.hashersAndrews Medina
2012-08-09[py3k] use the base64 module, instead of bytes.encode('base64')Alex Gaynor
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
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-06-06Delayed encoding of password and salt in password checking.Claude Paroz
2012-04-30Reset password hashers cache on settings_changed.Anssi Kääriäinen
2012-02-29Fixes #17777 and makes tests run again.Paul McMillan
2011-12-24Fixed #17457 -- Marked strings used in hash descriptions for translation.Aymeric Augustin
2011-12-23Renovated password hashing, including the forgotten files in r17253.Paul McMillan