SecurePass is a Python-based command-line tool that lets you securely store and manage passwords locally using a master password and AES encryption.
It’s perfect for beginners exploring Python scripting, cybersecurity, and secure file handling — offering hands-on experience with CLI tools, encryption, and file storage.
- 🔐 Master password authentication
- ➕ Add new password entries
- 🔍 Retrieve saved passwords
- 🗑️ Delete password records
- 🔒 AES encryption using Python's
cryptographylibrary - 📁 Encrypted password storage in a local file
- 🧪 Optional: password generator and clipboard copy feature
| Component | Description |
|---|---|
| Language | Python 3 |
| Libraries | cryptography, getpass, argparse, json, os |
| Interface | Command Line Interface (CLI) |
👨💻 Contributor