Description
Hash and verify passwords in Python applications using Argon2 through a high-level CFFI-backed interface. It helps developers store password verifiers more safely than with fast general-purpose hashes.
Password hashing parameters affect security and performance. Choose memory, time, and parallelism settings deliberately, and never store plain-text passwords.