aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e2d4592e2ca60cacab8fad5a2079a8e0f606cc3a (plain)
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
# 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`.