This is a NodeJS password manager used for storing passwords and encrypting the passwords. The NodeJS Libraries used are:
Crypto-js: Version 3.1.5 npm install crypto-js@3.1.5
Node-persist: Version 0.0.6
Yargs: Version 3.15.0
I am open to any Contributions.
Fork this repo and clone the forked repo
git clone the-name-of-forked-repo
Create a branch
git branch -b your-branch-name
Make some changes
Commit and Push your changes with
git commit -m "your commit message"
git push -u origin branch-name-you-just-created
Go into the forked repo you just pushed and click compare and make a PR
Wait for it to get reviewed and merged!