Skip to content

Check your password-store passwords against Have I Been Pwned.

License

Notifications You must be signed in to change notification settings

benburwell/pass-audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pass-audit - an extension for the pass password store

pass-audit helps you check your passwords against known vulnerable ones included in the Have I Been Pwned (HIBP) list of exposed 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.