A secure Python command-line utility to safely generate, evaluate, and manage website credentials using persistent local storage.
- Secure Password Generation: Uses Python's cryptographically secure
secretsmodule to build strong, random passwords. - Strength Evaluator: Analyzes passwords in real-time and provides structured security feedback.
- Full CRUD Management: Easily Add, View, Search, Update, and Delete credentials.
- Hidden Inputs: Uses
getpassto ensure shoulder-surfers can't sneak a peek at your inputs. - Persistent JSON Storage: Saves your credentials locally across sessions.
- Python 3.6+
- Clone or download this repository.
- Navigate to the directory and launch the application:
python main.pyThis application currently stores passwords in plain text within passwords.json. It is intended for educational purposes and basic local environments.
This project is licensed under the MIT License