A simple command-line password manager made for Node.js.
- 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.
Please follow the steps below to install and run the bot, this will take 5 minutes maximum.
- Clone the repository:
git clone https://github.com/2cbs/PasswordManager.git
- Navigate to the project directory:
cd passwordManager
- Install NPM packages:
npm install
- Enter your master password in
index.js
:const masterKey = "your_master_password";
- Start the manager:
npm start
Contributions are welcome! Feel free to open issues or pull requests for any improvements or bug fixes.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.