Skip to content

A command line password manager that encrypts your saved passwords

Notifications You must be signed in to change notification settings

mtpjr88/password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A command line password manager that encrypts your saved passwords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published