aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2019-06-03 05:23:26 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2019-06-03 05:23:26 +0000
commitcabc32bb88b56b15aaa3043f30b7ef794b6c288a (patch)
treec0ca86461815d392c885d07afa40befbdcdf73ec /security/Makefile
parent08110940c77668d74895c075d49f9d361a8c4b88 (diff)
downloadports-cabc32bb88b56b15aaa3043f30b7ef794b6c288a.tar.gz
ports-cabc32bb88b56b15aaa3043f30b7ef794b6c288a.zip
[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/
Notes
Notes: svn path=/head/; revision=503350
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 3173eaccc558..55caf22334a7 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -854,6 +854,7 @@
SUBDIR += py-YubiOTP
SUBDIR += py-acme
SUBDIR += py-acme-tiny
+ SUBDIR += py-argon2-cffi
SUBDIR += py-artifacts
SUBDIR += py-asyncssh
SUBDIR += py-backports.ssl_match_hostname