1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/security/py-argon2-cffi/pkg-descr
Kubilay Kocak cabc32bb88 [NEW] security/py-argon2-cffi: Secure Argon2 password hashing algorithm
Argon2 won the Password Hashing Competition and argon2_cffi is the simplest
way to use it in Python and PyPy:

passlib 1.7.0 and later offers Argon2 support using this library too.

WWW: https://argon2-cffi.readthedocs.io/
2019-06-03 05:23:26 +00:00

7 lines
223 B
Plaintext

Argon2 won the Password Hashing Competition and argon2_cffi is the simplest
way to use it in Python and PyPy:
passlib 1.7.0 and later offers Argon2 support using this library too.
WWW: https://argon2-cffi.readthedocs.io/