/password-hacked-checker

Check if your password has been pwned

Primary LanguagePython

Overview

Small project for learning Python. This script calls the Pwned Passwords API using the k-Anonymity model to check if your password(s) has been hacked in a secure way. Also returns how many times appears in data breaches. Read the docs API for more info.

Usage

Install the Requests library with pip.

pip install requests

Indicate the passwords that you want to check inside the passwords.txt file. Write every password in a new line as in the example.

python checker.py