argon2-cffi — Easy Playground
Argon2 password hashing (winner of Password Hashing Competition)
Getting started with argon2-cffiRun locally
Install
pip install argon2-cffiPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: argon2_cffi)
argon2-cffi is a third-party package. Argon2 password hashing (winner of Password Hashing Competition). Install with: pip install argon2-cffi
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?