Skip to content

Commit b00bb71

Browse files
authored
Update README.md
1 parent 5fd6f46 commit b00bb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ For clonning and setting up on your on:
77
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.
88
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.
99

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.
1111

1212
Once you have logged in, you can use the `/passwords` endpoint to manage your passwords.
1313

0 commit comments

Comments
 (0)