Check password for data breach exposure
This script uses the HAVEIBEENPWNED API to check password exposure. Using the text file to check passwords ensures the password isn't logged in the command line.
Steps
- Download the repository
- Open the passwords.txt file and enter character combinations on different lines
- Open the terminal
- Navigate to the repository's working directory
- Run the program from the command line:
- python3 checkmypass.py passwords.txt
The result for each character combination will appear in the terminal.
Thank you, MalloryJaneCS