Skip to content

Commit 98e4ee6

Browse files
committed
Update README
1 parent d355bfe commit 98e4ee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ NOTE: This repo is meant for a demonstration. It does not illustrate good securi
1717
- Ask about the length of time that it took to hash their passwords (people can see this on their home page when they log in). Is it a good thing or a bad thing that the password hashing algorithm is super fast? Bad because it makes it easy to crack.
1818
4. In `/admin`, delete the existing users, then change the hashing type to `argon2id`.
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.
20+
- Explain that the salt is included as part of the hash.
2021
- `argon2id` seems to be considered the best password hashing algorithm right now (`bcrypt` is good, but apparently not as good).
2122

2223
## To start your the Phoenix server:

0 commit comments

Comments
 (0)