Add strong (but backwards-compatible) password hashing support to Django 1.3 and 1.4 (SHA2, bcrypt+hmac).
Stars
111
Forks
18
Watchers
111
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
Add compatibility with 1.4 dynamic hashers even in 1.3, and fix HMAC_KEYS order in 1.4
2645fb7View on GitHubFix and test for unicode passwords with sha2. Fixes #10.
aa87553View on GitHubHMAC has long been a part of Python, no need to install it separately. Thanks to oremj and andym for the heads-up!
ea83601View on GitHubAdded transparent rehashing of passwords on login, if field in the DB is on an old algorithm (closes issue #9) or if HMAC key is outdated (closes issue #8).
48113a1View on GitHub