A simple command-line password manager written in Bash. It encrypts passwords using simple Caesar cipher and provides options for adding, retrieving, and deleting passwords.
- Securely store and retrieve passwords
- Caesar cipher encryption for password protection
- Simple command-line interface
- Add, retrieve, and delete password entries
- Master password protection
To use the Bash Password Manager, follow the instructions below:
- Bash shell (version 4 or later)
-
Clone the repository:
git clone https://github.com/your-username/password-manager.git
-
Navigate to the project directory:
cd password-manager
-
Make the script executable by running the following command:
chmod +x password_manager.sh
-
Run the password manager script:
./password_manager.sh
-
Follow the on-screen prompts to perform the desired actions, such as adding, retrieving, or deleting passwords.
-
For the first time, you will be prompted to set up a master password. This password will be used to encrypt and decrypt your passwords.
-
Once the master password is set, you can start adding and managing your passwords securely.
This project is licensed under the MIT License.
Feel free to customize the content and instructions according to your specific application.