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.
- 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
- Download the source code or clone the repository
cd
into the directory containing the source code from terminal.- Install dependencies using
npm install
- Run the application using
npm run dev