Skip to content

angel-luis/password-hacked-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

Check if your password has been pwned.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages