7 ms·
Does anyone know how Djangos built-in password hashing fares?
by klon 15y ago
Does anyone know how Djangos built-in password hashing fares?
- brown9-2 15y agoLooks like the built in stuff uses either sha1, md5, or crypt: https://docs.djangoproject.com/en/dev/topics/auth/ https://docs.djangoproject.com/en/dev/topics/auth/
- lamby 15y agohttp://code.playfire.com/django-bcrypt/ http://code.playfire.com/django-bcrypt/ Backwords-compatible bcrypt support.