What is a message digest?
Answers were Sorted based on User's Feedback
Answer / nidhi aggarwal
Message digest is a compact digital signatures for a long
binary file. An ideal message digest algorithm will
generate different signatures for different input files.
MD1-5 algorithms are intoduced.
For generating a message digest, in UNIX use "md5" command.
bash-2.05a$ md5 /kernel
MD5 (/kernel) = cdd6056e13686981c50ca6008782732a
For older UNIX systems, use "sum" command instead of "md5"
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / guest
A message digest is a value that is computed from a message,
file or other byte stream that serves as a digital fingerprint
for the byte stream. Message digests are computed using
one-way functions.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is privacy ?
What is a stream cipher?
Which cryptologic mechanisms can be used to protect integrity?
Why is Clipper controversial?
What is Kerberos ?
What are RC2 and RC4?
Is RSA a de facto standard? Why is a de facto standard important?
What is SecurPC ?
What are the prospects for a theoretical breakthrough in the discrete log problem ?
What are the prospects for theoretical factoring breakthroughs?
How can signatures remain valid beyond the expiration dates of their keys, or, How do you verify a 20-year-old signature?
What is S/WAN ?