python-argon2-cffi 21.1.0
Secure Password Hashes for Python
Argon2 is a secure password hashing algorithm. It is designed to have both a configurable runtime as well as memory consumption. This means that you can decide how long it takes to hash a password and how much memory is required.
- Outputs:
out
- Website: https://argon2-cffi.readthedocs.io/
- Licenses: Expat
- Package source: gnu/packages/python-crypto.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-argon2-cffi 21.1.0
as follows:
guix install python-argon2-cffi@21.1.0
Or install the latest version:
guix install python-argon2-cffi
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.