Skip to content

KeyKeeper KeyKeeper is a command-line password manager with AES-256 encryption. Safely store and retrieve passwords by labels. Easy setup, robust security.

License

Notifications You must be signed in to change notification settings

vinaypatil-132/KeyKeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KeyKeeper

KeyKeeper is a command-line password manager with AES-256 encryption. Safely store and retrieve passwords by labels. Easy setup, robust security.

Features

  • 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.

Pre-requisites

  • 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

Installation

  1. Clone the Repository:

    git clone https://github.com/vinaypatil-132/KeyKeeper.git
  2. Navigate to the Directory:

    cd KeyKeeper
  3. Make the Script Executable:

    chmod +x keykeeper.sh

Usage

Running the Script

To start the key keeper Tool, run the following command:

./keykeeper.sh

Example Session

Example Session

Here is an example session demonstrating the usage of KeyKeeper for adding, retrieving, and managing passwords securely.

About

KeyKeeper KeyKeeper is a command-line password manager with AES-256 encryption. Safely store and retrieve passwords by labels. Easy setup, robust security.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages