Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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`.