diff --git a/index.html b/index.html index 102c26a..bdc379b 100644 --- a/index.html +++ b/index.html @@ -1,39 +1,103 @@ - - - - - neupasswd - - - -

neupasswd: In-Brain password manager

-
- -
- -
- - - - - -
-

-
+ + neupasswd: In-Brain password manager + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

neupasswd: In-Brain password manager

+

neupasswd is a software use in generating uniques password for each of each service i.e you can generate special password for each of your social media or services with just one master password.

+ +

How It Works

+

neupasswd takes in a master password, the service name you wanna use the password for and the length of the password u want(never worry about the length you can choose as much as possible you dont need to cram it). Then it encrypt the master password in a way you can nerver guess of. Also you can retrieve/check ur passwordagain by doing same way.

+ +
    +

    Instructions:-

    +
  1. Create a master password in your brain.
  2. +
  3. Enter the service name note: you will need this when trying to check/retrieve password.
  4. +
  5. Now click generate to generate the unique password. you can always generate the same password later by simply giving the same master password and service name. but no one could generate the same password as long as you dont share your master password to anyone. this is why I call it in-Brain password manager.
  6. +
-

Instructions:-

-

1. The first step is, create a master password in your brain. make sure that password must not easily predictable by anyone. so keep it unique.
- 2. You can call that password "master password", now generate a new password for your any serivces. social media etc by simply filling the above box.
- 3. Since the generated password is reproducible. you can always generate the same password later by simply giving the same master password and service name. but no one could generate the same password as long as you dont share your master password to anyone. this is why I call it in-Brain password manager.

-
- - - +
+ +
+ +
+ + + + + +
+

+ +
+

Contributors

+ + +

Users

+

Over 10,000,000.00 User from differents country

+
+ +
+

You might also like

+ +
+ \ No newline at end of file diff --git a/app.css b/static/css/index.css similarity index 100% rename from app.css rename to static/css/index.css diff --git a/index.js b/static/js/index.js similarity index 100% rename from index.js rename to static/js/index.js