UnleakPass is a Python-based tool to generate secure, non-leaked passwords or check if a given password has been compromised using the Have I Been Pwned API. It provides a robust way to ensure your passwords are safe and secure.
- Password Generation: Creates secure passwords with random characters.
- Password Safety Check: Validates if a password has been leaked or compromised using the Have I Been Pwned database.
- Intuitive Loading Animation: Engages users with a visual loading screen.
- Generate a Secure Password:
If no password is entered, the program generates a secure 15-character password. - Check Password Safety:
Verifies if the password exists in any known breaches via the Have I Been Pwned API.
- Clone this repository:
git clone https://github.com/Bennitenni111/unleakpass.git cd unleakpass