Skip to content

A password manager app which securely stores your encrypted passwords on your machine!

Notifications You must be signed in to change notification settings

Lalit3716/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 password manager application made with react and electron. It is a simple application that allows you to store your passwords in a secure way. It is a good way to store your passwords in case you forget them. It encrypts your passwords using a key that only you can generate using a master password.

Features

  • Encrypts passwords
  • Decrypts passwords
  • Stores passwords in a sqlite3 database
  • Uses master password as a key to encrypt the database
  • Have a password generator inbuilt
  • Have a password strength checker inbuilt
  • Full support for CRUD operations on the database

Running the application

  1. Download the source code or clone the repository
  2. cd into the directory containing the source code from terminal.
  3. Install dependencies using npm install
  4. Run the application using npm run dev

Screenshots

Landing Screen (if user didn't already created a master password)

Screenshot 2022-03-18 210320

A cool password generator which can be used across all the app e.g when adding a new account

Screenshot 2022-03-18 210111

Very Simple Form to add new accounts to your vault

Screenshot 2022-03-18 210010

Clean looking UI and very easy to understand. User can do full CRUD operations on any of his accounts

Screenshot 2022-03-18 205926


Finally thanks for trying out this application and please feel free to give feedback on the issues you faced or any other feedback you have ❤️