freebsd-ports/security/py-pass-audit/pkg-plist
Tobias C. Berner 97d54d807d [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>
2019-02-03 11:15:42 +00:00

8 lines
346 B
Plaintext

%%PYTHON_SITELIBDIR%%/__pycache__/pass_audit.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/__pycache__/pass_audit.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/pass_audit.py
libexec/password-store/extensions/audit.bash
etc/bash_completion.d/pass-audit
share/zsh/site-functions/_pass-audit
man/man1/pass-audit.1.gz