A simple command-line password manager built with Python.
- Secure Encryption: Uses AES-GCM for strong encryption.
- Cross-Platform: Works on macOS, Linux, and Windows.
- Simple CLI Interface: Easy-to-use commands for managing your passwords.
- Master Password Protection: Uses Scrypt for hashing and verification of a master password.
-
Prerequisites:
-
Clone the repository:
git clone https://github.com/your-username/your-repo-name.git cd your-repo-name -
Install dependencies:
pip install -r requirements.txt
-
Initialize the password store:
python3 -m src.main init
python3 -m src.main add <service> <username> <password>python3 -m src.main get <service>