KeyKeeper is a command-line password manager with AES-256 encryption. Safely store and retrieve passwords by labels. Easy setup, robust security.
- Add Passwords: Securely store passwords with a label.
- Retrieve Passwords: Retrieve passwords by their label.
- Display Labels: View all stored labels without revealing passwords.
- Encryption: Uses AES-256 encryption for securing passwords.
-
OpenSSL: Ensure you have OpenSSL installed on your system. You can install it using the following commands:
-
On Debian-based systems (Ubuntu, etc.):
sudo apt-get install openssl
-
On Red Hat-based systems (Fedora, CentOS, etc.):
sudo yum install openssl
-
On macOS:
brew install openssl
-
-
Clone the Repository:
git clone https://github.com/vinaypatil-132/KeyKeeper.git
-
Navigate to the Directory:
cd KeyKeeper
-
Make the Script Executable:
chmod +x keykeeper.sh
To start the key keeper Tool, run the following command:
./keykeeper.sh
Here is an example session demonstrating the usage of KeyKeeper for adding, retrieving, and managing passwords securely.