/password-manager-app

fundemental console-based node.js application

Primary LanguageJavaScript

Account-manager-app

fundemental console-based node.js application

Demo

console-based node.js application

Dependencies in the Project

Build Setup

# install dependencies
npm install

Usage

Commands

Create new account
 node app.js create -n <account-name> -u <user-name> -p <password> -k <masterPassword>
Get account
 node app.js get -n <account-name> -k <masterPassword>
Aliases
 create : "Cretae new account" command
 get    : "Get Account" command
 -n : "account name"
 -u : "username"
 -p : "password"
 -k : "master password" for encrpty your data