Menu

Tree [865aa1] main /
 History

HTTPS access


File Date Author Commit
 .vscode 2021-11-04 Aazar Aazar [788451] Added DB Encryption logic
 nalika 2021-09-26 kapoorarpit kapoorarpit [279af7] _
 screenshots 2021-09-16 kapoorarpit kapoorarpit [809cf8] _
 .gitignore 2021-11-04 Aazar Aazar [f06413] Added DB Encryption logic
 app.db 2021-09-16 kapoorarpit kapoorarpit [809cf8] _
 db.js 2021-11-15 Aazar Aazar [e38bac] Small refactor
 encrypt.js 2021-11-04 Aazar Aazar [788451] Added DB Encryption logic
 features_to_add.md 2021-09-26 kapoorarpit kapoorarpit [a24fc5] Update features_to_add.md
 how_to_use.md 2021-09-16 kapoorarpit kapoorarpit [0723c5] _
 local-storage.txt 2021-09-16 kapoorarpit kapoorarpit [809cf8] _
 main.js 2021-09-15 kapoorarpit kapoorarpit [d64e22] _
 package-lock.json 2021-11-04 Aazar Aazar [f06413] Added DB Encryption logic
 package.json 2021-11-04 Aazar Aazar [f06413] Added DB Encryption logic
 readme.md 2021-11-14 Arpit Kapoor Arpit Kapoor [e22838] Update readme.md
 user_guide.md 2021-09-16 kapoorarpit kapoorarpit [0723c5] _

Read Me

Prerequisets

  • npm
  • Electron run - npm install electron --save-dev
  • Sqlite3 run - npm i sqlite3

How to install ??

  • navigate to password-generator folder
  • run - npm start

User-name constraints

  • Username must not contain spaces.
  • Username must contain alphabets only.

Features

  • All of user's stored data will be in encrypted form.
  • This encrypted data will be stored in an file having random extension and not in any database.
  • This will make this tool super secure and the password's file will be worthless even if it is in the wrong hands.
  • Other features-
    * password recommendation
    * password strength checking
    * uploading file to cloud platforms.
    * User friendly interaction and management, etc.

Upcoming Feature for Added and Unbreakable security

  • The data of user can be fragmented into halves and those halves will be uploaded to different cloud services.
  • This will work as added security and even a cracked file from any platform will be worthless.
  • More cloud services like AWS, Dropbox, Google cloud will be added to make it easy for users.

How to use

Register using unique user_name and strong password.

1


2

Login using unique name and password

3

Here is the Home page

4

You can add entry using add button

5

Get suggestion of a strong password using get suggestion button and enter the desired length(optional)

6

You can check strength of your password before saving it

7

Here is the dialog box to show the strength of your password

8

Your entry is saved successfully and is there

9

You can copy your password by view button

10

Reset password using reset button

11