argon2_cffi: The secure Argon2 password hashing algorithm#
Description#
The secure Argon2 password hashing algorithm.
License#
MIT
Upstream Contact#
Type#
standard
Dependencies#
Version Information#
package-version.txt:
21.3.0
version_requirements.txt:
argon2-cffi
Equivalent System Packages#
$ conda install argon2-cffi
$ sudo emerge dev-python/argon2-cffi
$ sudo port install py-argon2-cffi
$ sudo xbps-install python3-argon2
See https://repology.org/project/argon2-cffi/versions, https://repology.org/project/python:argon2-cffi/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.