Switch the preferred password hash from PBKDF2 to the newer and more secure Argon2

This commit is contained in:
Danielle McLean 2018-02-06 16:18:15 +11:00
parent cbc24d4774
commit 45daf529f8
Signed by untrusted user: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
3 changed files with 106 additions and 29 deletions

View file

@ -46,6 +46,7 @@ hiredis = "*"
"mf2util" = "*"
django-cors-headers = "*"
pytest-django = "*"
"argon2-cffi" = "*"
[dev-packages]