benburwell / pass-audit

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Roff 53.4%Language:Shell 35.3%Language:Makefile 11.4%