Project done as part of the Python Zero to Mastery course.
The password checker requires
- python 3+
- The Requests library (pip install requests)
From your command line, run
python ./checkmypass.py pass1 pass2 passN
After querying the haveIbeenpwnd API, the script will return results based on the passwords evaluated.