Sam-Varghese / password-manager

A terminal program to generate, store, retrieve, and update passwords. Made in node js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password manager


Pic of password lock


Description


  • This is a password manager, which can generate, store, retrieve, and update passwords.
  • Built in Node js.
  • Uses Mongodb for storage.
  • Password that's generated, is random, and is of any length between 18, 42.
  • Password that's generated, is inspired by this linkedin post

System requirements



Installation



Advantages


Here are the advantages of using this program:

  • Generate passwords which'll take trillions of years to crack.
  • Made in Node js which is a JavaScript runtime built on Chrome's V8 JavaScript engine.
  • This gives the program high speed and excellent performance.
  • Program encrypts all the password you provide. This ensures privacy.

About

A terminal program to generate, store, retrieve, and update passwords. Made in node js.

License:MIT License


Languages

Language:JavaScript 100.0%