Skip to content
Snippets Groups Projects
Forked from uffd / uffd
66 commits behind the upstream repository.
  • Julian's avatar
    ac003909
    Argon2 for user password hashing · ac003909
    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.
    ac003909
    History
    Argon2 for user password hashing
    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