Skip to content
/ pwned Public

A simple, secure way to check whether your password exists in haveibeenpwned database

Notifications You must be signed in to change notification settings

ctomkow/pwned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwned

Build Status codecov

Check whether a password exists in haveibeenpwned database. Either provide a single password as a cli command, interactively (to hide the password), or pull from a lastpass account.

Easy Install

  1. pip3 install git+https://github.com/ctomkow/pwned.git

Manual Install

  1. git clone git+https://github.com/ctomkow/pwned.git

  2. cd pwned && python3 setup.py install

Virtual Install

  1. python3 -m virtualenv venv

  2. source venv/bin/activate

  3. pip3 install git+https://github.com/ctomkow/pwned.git

If all else fails Install

  1. sudo pip3 install git+https://github.com/ctomkow/pwned.git

Usage

Development Notes

For development, use virtualenv for testing (even with an IDE such as PyCharm). Simply, have a terminal in the venv instance, and python3 setup.py install, to test the cli.

About

A simple, secure way to check whether your password exists in haveibeenpwned database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages