Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.19 KB

File metadata and controls

47 lines (38 loc) · 1.19 KB

Simple Password Manager

A simple command-line password manager made for Node.js.

Features

  • Add, list, remove, update, and purge password entries.
  • Securely stores passwords in a JSON file.
  • Master password verification for sensitive operations.
  • User-friendly command-line interface.
  • Help menu for easy command reference.

Made For

Getting Started

Please follow the steps below to install and run the bot, this will take 5 minutes maximum.

Installation

  1. Clone the repository:
    git clone https://github.com/2cbs/PasswordManager.git
  2. Navigate to the project directory:
     cd passwordManager
  3. Install NPM packages:
    npm install
  4. Enter your master password in index.js:
    const masterKey = "your_master_password";
  5. Start the manager:
    npm start

Contributing

Contributions are welcome! Feel free to open issues or pull requests for any improvements or bug fixes.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.