Skip to content

This is a safer version for checking if a password has been hacked alredy using pwnedpasswords.com API without sending your real password to the website.

Notifications You must be signed in to change notification settings

createNull/password-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

password-checker

This is a safer version for checking if a password has been already hacked using https://pwnedpasswords.com API without sending your real password to the website.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them:

  • python3.7 or higher
  • create venv
  • install requirements
pip install -r requirements.txt

Installing & running from the command line

python checkmypass.py *password1* *password2* *password3*

About

This is a safer version for checking if a password has been hacked alredy using pwnedpasswords.com API without sending your real password to the website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages