Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 795 Bytes

File metadata and controls

36 lines (32 loc) · 795 Bytes

password-manager

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.

TO CONTRIBUTE!!!


step 1

Fork this repo and clone the forked repo

  git clone the-name-of-forked-repo

step 2

Create a branch

  git branch -b your-branch-name

step 3

Make some changes

step 4

Commit and Push your changes with

git commit -m "your commit message"
git push -u origin branch-name-you-just-created

step 5

Go into the forked repo you just pushed and click compare and make a PR

step 6

Wait for it to get reviewed and merged!