Checks if your password is present in the Pwned database which contains real world passwords previously exposed in data breaches. The password entered are not stored localy or being sent to any external servers.
Pyhton3
sudo apt-get install python3
Required libraries:
pip install requests
This project is licensed under the MIT License - see the LICENSE.md file for details