This project implements a password manager application with the following features:
- Secure login with self-destruction mechanism upon exceeded attempts
- Password storage and retrieval
- Password generation
- Password health checker
- Passwords are stored in an encrypted format in the
passwords.txt
file. - The application has a self-destruction mechanism that activates after a specified number of failed login attempts.