Select Git revision
test_password_hash.py
Forked from
uffd / uffd
1 commit behind the upstream repository.
Julian authored
Argon2 is a modern password hashing algorithm. It is significantly more secure than the previous algorithm (salted SHA512). User logins with Argon2 are relativly slow and cause significant spikes in CPU and memory (100MB) usage. Existing passwords are gradually migrated to Argon2 on login.
test_password_hash.py 7.48 KiB