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.
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.
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
python checkmypass.py *password1* *password2* *password3*