Password checked that sends partial hashes to haveibeenpwned.com's API to determine if the entered password has been hacked.
The CLI version:
Created following a tutorial by ZTM
Usage:
python3 password_checker.py (passwords as arguments)
Dependancies:
requests library