pass-audit icon indicating copy to clipboard operation
pass-audit copied to clipboard

A pass extension for auditing your password repository.

Results 8 pass-audit issues
Sort by recently updated
recently updated
newest added

Suggestions-by: codespell and spellintian

This commit reverts 74e8aa8b1c81798e2f6c5e122a335ba89ebe89b1 and part of f2491ba7725a1ae1b47ab0d2d843578a6f04800e. Fixes #31

Because of the fact that `password-store` stores passwords (secrets) in a encrypted text file, it's not good that a note written there would be flagged quickly and annoy you. So...

My `gpg --lisk-keys` lists a revoked key after my current key. The current implementation for `isvalid`: ```python for line in out.split('\n'): record = line.split(':') if record[0] == 'pub': trust =...

pass audit stopped processing the passwords with `requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.pwnedpasswords.com', port=443): Max retries exceeded with url:` I think might makes to add a small incremental delay with some max value to...

I'm working on packaging `pass-audit` on fedora. The current `setup.py` provided data-files are only working for `easy_install` packages and not `wheel` ones (see https://setuptools.pypa.io/en/latest/userguide/datafiles.html#non-package-data-files ). Since `easy_install` packages are deprecated,...

Hi @roddhjav , I wanted to say that pass audit is a great extension to pass. Im not sure if you review these issues or if this is even an...

I use pass with browserpass which relies on embedding the domain name in the path and optionally the username in the path My employer has outsourced their e-mail service to...