A password-manager for your local computer using NodeJs This is a simple local password manager built using NodeJs. Packages used: Node-Persist //to store the accounts locally Yargs //to take command line arguments as input from user Crypto //to use AES to encrypt the accounts
This password manager has --help function and an option to create a new account with master password and retrieve the same account using the same master password.