Hash Algorithm

January 20th, 2020

About Hash Algorithm, “Sha-512, Whirlpool-512 or Sha3-512”. which one is better?
Answer #1
Better… for what?
MD5 is usually faster, SHA3 is generally more secure but slower.
This might help you:
http://www.kellermansoftware.com/t-articlestrongesthash.aspx
It all depends on what you want to use it for, what reasons.
It’s a bit like car tyres – there’s all sorts but them average man can use almost any tire on the market in complete safety (the law requires that); only high speed, high acceleration, off road, snow/ice, require specialist tyres.
Same with the hashes – the average use would be for SHA2/3 512, or MD5 for file checking.
“The current strongest encryption algorithms are SHA-512, RIPEMD-320, and Whirlpool. Any one of these algorithms are worthy of protecting top secret level information for your business.” (from that link)
Answer #2
Thanks man,

 

| Sitemap |