Is calculating an MD5 hash less CPU intensive than SHA-1 or SHA-2?
Posted
by Mick
on Stack Overflow
See other posts from Stack Overflow
or by Mick
Published on 2010-04-27T16:19:09Z
Indexed on
2010/06/05
15:02 UTC
Read the original article
Hit count: 262
Is calculating an MD5 hash less CPU intensive than SHA-1 or SHA-2 on "standard" laptop x86 hardware? I'm interested in general information, not specific to a certain chip.
UPDATE: In my case, I'm interested in calculating the hash of a file. If file-size matters, let's assume its 300K.
© Stack Overflow or respective owner