mirror of
https://github.com/django/django.git
synced 2025-02-04 22:47:53 +00:00
25f2acfed0
BCryptSHA256PasswordHasher pre-hashes the users password using SHA256 to prevent the 72 byte truncation inherient in the BCrypt algorithm.