This package browser is in early development. Mind the rough edges.

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.

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.