aboutsummaryrefslogtreecommitdiffstats
path: root/security/Makefile
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2019-02-03 19:15:42 +0800
committertcberner <tcberner@FreeBSD.org>2019-02-03 19:15:42 +0800
commit76731c4186189d9f620c98c39c67e14b8a4b7bab (patch)
tree51c4d3fc11e2b89f1e2733d8572b63e8f06358a4 /security/Makefile
parent6a134e785a22941a55fc9460dab40e449d39ccb2 (diff)
downloadfreebsd-ports-gnome-76731c4186189d9f620c98c39c67e14b8a4b7bab.tar.gz
freebsd-ports-gnome-76731c4186189d9f620c98c39c67e14b8a4b7bab.tar.zst
freebsd-ports-gnome-76731c4186189d9f620c98c39c67e14b8a4b7bab.zip
[NEW PORT] security/py-pass-audit: Extension to audit your password-store password repository
pass audit is a password-store extension for auditing your password repository. Passwords will be checked against the Python implementation of Dropbox' zxcvbn algorithm and Troy Hunt's Have I Been Pwned Service. It supports safe breached password detection from haveibeenpwned.com using a K-anonymity method. Using this method, you do not need to (fully) trust the server that stores the breached password. You should read the security consideration section for more information. PR: 235454 Submitted by: Tobias Rehbein <tobias.rehbein@web.de>
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 e471d1da5a47..9e8546e60901 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -984,6 +984,7 @@
SUBDIR += py-ospd
SUBDIR += py-paramiko
SUBDIR += py-paramiko1
+ SUBDIR += py-pass-audit
SUBDIR += py-passlib
SUBDIR += py-pbkdf2
SUBDIR += py-pgpdump