Skip to content

SHA512 file hasher much slower than MD5 file hasher #39

Answered by Daninet
Hayababuza asked this question in Q&A
Discussion options

You must be logged in to vote

This is normal. The SHA512 algorithm is more secure but also more expensive from CPU perspective. (it has 64 rounds compared to MD5's 4 rounds). If you need a fast hashing algorithm and you don't need security, you could consider using XXHash32/64.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Hayababuza
Comment options

Answer selected by Hayababuza
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants