Skip to content

kironimmanuel/cli-password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bash Password Manager

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.

Table of Contents

Features

  • Securely store and retrieve passwords
  • Caesar cipher encryption for password protection
  • Simple command-line interface
  • Add, retrieve, and delete password entries
  • Master password protection

Getting Started

To use the Bash Password Manager, follow the instructions below:

Prerequisites

  • Bash shell (version 4 or later)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/password-manager.git
  2. Navigate to the project directory:

    cd password-manager

Usage

  1. Make the script executable by running the following command:

    chmod +x password_manager.sh
  2. Run the password manager script:

    ./password_manager.sh
  3. Follow the on-screen prompts to perform the desired actions, such as adding, retrieving, or deleting passwords.

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

  5. Once the master password is set, you can start adding and managing your passwords securely.

License

This project is licensed under the MIT License.

Feel free to customize the content and instructions according to your specific application.

About

Command-line password manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages