Skip to content

A Python script to check passwords using pwnedpasswords API

Notifications You must be signed in to change notification settings

donmarvex/password_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Password Checker

A Python script to check passwords using pwnedpasswords API

Requirements:

  1. Install 'requests' package from PyPi.

Install on terminal

pip3 install requests
  1. Run on your terminal by passing the passwords as arguments.
python3 password_checker.py password1 password2 password3

Next Update:

  • Option to save passwords in a txt file on your machine and read the passwords from the txt files without passing them through the terminal.

Future Update:

  • Future updates will include the script deployed as a web application enabling user input securely.

About

A Python script to check passwords using pwnedpasswords API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages