What is the best security option in crypography?
In the cryptography which one is the beat security option MD5 or SHA-1.what the difference between them?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted May 10, 2012, 9:11 AM
As Jitendra said, this means that SHA-1 is more secure but it also means that it's slower to execute than MD5.
However, neither are particularly secure by modern standards and are only really suitable for detecting accidental corruption in a data stream, not deliberate tampering. To detect the latter you really need SHA-256 or SHA-512 which have hash lengths of 256 and 512 bytes respectively but are considerably slower than MD5 or SHA-1.
Jiteendra SampathiraoPosted May 10, 2012, 8:26 AM