Skip to content

2CBS/PasswordManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published