1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: pass-audit
Section: misc
Priority: optional
Maintainer: Thomas Perret <thomas.perret@phyx.fr>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-requests,
python3-zxcvbn,
pass,
Standards-Version: 4.6.2
Homepage: https://github.com/roddhjav/pass-audit
Vcs-Browser: https://salsa.debian.org/debian/pass-audit
Vcs-Git: https://salsa.debian.org/debian/pass-audit.git
Rules-Requires-Root: no
Package: pass-extension-audit
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, pass
Description: Pass extension for auditing your password repository
pass audit is a password-store extension for auditing your passwordstore
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 in /usr/share/doc/pass-extension-audit/README.md.gz
for more information.
.
This package installs the pass extension
|