Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 500 Bytes

File metadata and controls

23 lines (15 loc) · 500 Bytes

Password Checker Python Script

A Python script that leverages on the https://haveibeenpwned.com API to check if a password you currently use or intend to use has ever been leaked online from a data breach.

Usage

Download this program

https://github.com/virgoaugustine/Password-Checker.git

Install Requests library if you don't already have it.

pip install -r requirements.txt

Run script in project directory

python password_checker.py