forked from 00dani/lemoncurry
Switch the preferred password hash from PBKDF2 to the newer and more secure Argon2
This commit is contained in:
parent
cbc24d4774
commit
45daf529f8
3 changed files with 106 additions and 29 deletions
1
Pipfile
1
Pipfile
|
@ -46,6 +46,7 @@ hiredis = "*"
|
|||
"mf2util" = "*"
|
||||
django-cors-headers = "*"
|
||||
pytest-django = "*"
|
||||
"argon2-cffi" = "*"
|
||||
|
||||
|
||||
[dev-packages]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue