Skip to content

Commit bd7623c

Browse files
committed
Update README
1 parent 9145b37 commit bd7623c

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
@@ -19,7 +19,7 @@ NOTE: This repo is meant for a demonstration. It does not illustrate good securi
1919
- Have people reload the page so they're logged out, then create a new account. Make sure there are 2 people who use the same password, and make sure someone uses a really common password.
2020
- Explain that the salt is included as part of the hash.
2121
- `argon2id` seems to be considered the best password hashing algorithm right now (`bcrypt` is good, but apparently not as good).
22-
5. Explain why it's not good to implement password storage yourself from scratch.
22+
5. Explain why it's not good to implement password storage yourself from scratch (too easy to make mistakes).
2323

2424
Inspired by <https://youtu.be/8ZtInClXe1Q>
2525

0 commit comments

Comments
 (0)