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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ NOTE: This repo is meant for a demonstration. It does not illustrate good securi
19
19
- 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.
20
20
- Explain that the salt is included as part of the hash.
21
21
-`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).
0 commit comments