You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ For clonning and setting up on your on:
7
7
This project is a simple web-based password manager that allows you to store your passwords in a secure way and acess them using your login.
8
8
The server never stores your passwords in plain text, but uses a hash function to encrypt the login information and a chiper to encrypt the passwords you save, using your login password as the key. It never decrypt your passwords, but rather sends them encrypted to the client, where a jscript decrypts them using your login password saved locally.
9
9
10
-
It uses [passport](https://www.passportjs.org/) to authenticate users and uses the [bcrypt](https://www.npmjs.com/package/bcrypt) module to hash passwords so only the person with the correct master-password can decrypt the hash.
10
+
It uses [passport](https://www.passportjs.org/) to authenticate users and uses the [crypto-js](https://www.npmjs.com/package/crypto-js) module to chiper passwords so only the person with the correct master-password can decrypt it.
11
11
12
12
Once you have logged in, you can use the `/passwords` endpoint to manage your passwords.
0 commit comments