Project 'enbewe/uffd' was moved to 'enbewe/uffd-deleted-666'. Please update any links and bookmarks that may still have the old path.
Select Git revision
test_password_hash.py
Forked from
uffd / uffd
-
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.
Julian authoredArgon2 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.