Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Ch2_Hashing/2.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: "2.8 MORE HASH, MORE TIME"
> Choosing a complex-to-invert password is the responsibility
> of the user, but the systems storing the passwords can also
> slow down attackers by using a more complicated _hashing function_.
> Repeat any of the preceding exercies that use MD5, but now use SHA-1
> Repeat any of the preceding exercises that use MD5, but now use SHA-1
> and SHA-256 instead. Record how much longer it takes to get through
> the brute-force operations. Finally, try out bruteforce using scrypt.
> You might not get very far!
Expand Down