Skip to content

Commit 9145b37

Browse files
committed
Update README
1 parent 7271b0c commit 9145b37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ 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.
23+
24+
Inspired by <https://youtu.be/8ZtInClXe1Q>
2225

2326
## To start your the Phoenix server:
2427

0 commit comments

Comments
 (0)