Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benburwell/pass-audit
Check your password-store passwords against Have I Been Pwned.
https://github.com/benburwell/pass-audit
haveibeenpwned password-store
Last synced: 3 months ago
JSON representation
Check your password-store passwords against Have I Been Pwned.
- Host: GitHub
- URL: https://github.com/benburwell/pass-audit
- Owner: benburwell
- License: mit
- Created: 2018-02-24T04:16:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T05:32:34.000Z (over 6 years ago)
- Last Synced: 2024-06-16T11:33:16.693Z (5 months ago)
- Topics: haveibeenpwned, password-store
- Language: Roff
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audit.bash
Awesome Lists containing this project
- awesome-password-store - pass-audit
README
# pass-audit - an extension for the [`pass` password store](https://www.passwordstore.org/)
`pass-audit` helps you check your passwords against known vulnerable ones
included in the [Have I Been Pwned (HIBP) list of exposed
passwords](https://haveibeenpwned.com/Passwords).## Installation
```
git clone https://github.com/benburwell/pass-audit.git
cd pass-audit
sudo make install
```**Note:** On macOS, you will need to use `sudo make install PREFIX=/usr/local`
instead of `sudo make install`.## Usage
Check all your passwords against the HIBP database:
```
pass audit all --hibp
```For more examples, see `man pass-audit`.