Secure Password Manager
The Secure Password Manager is a Flask-based web application that encrypts and stores your passwords using industry-standard encryption (Fernet AES). It includes secure user authentication, password reveal protection, and an intuitive dashboard to manage your credentials.
Key Features
- Secure password storage using Fernet AES encryption.
- User authentication with hashed credentials.
- Add, view, and reveal stored credentials securely.
- Clean, responsive dashboard for password management.
- Password reveal confirmation to prevent accidental viewing.
Screenshots




How It Works
User Registration
Create an account with a secure hashed password stored in the database.
Password Encryption
Passwords are encrypted using Fernet AES before being stored.
Secure Access
Users can view and manage their credentials only after authentication.
Tech Stack
PythonFlaskSQLiteFernet EncryptionFlask-WTFHTML/CSSRender Deployment