A Message Digest is a digitally created hash (fingerprint) created from a
plaintext block. All the information of the message is used to construct the
Message Digest hash, but the message cannot be recovered from the hash. For this
reason, Message Digests are also known as one way hash
functions.
The size of a Message Digest is always the same, independent of the size or
content of the message from which it was created. Generally, the size of a
Message Digest is fairly short ( 1024 bits). The ideal Message Digest
algorithm would possibly alter 50% of the bits in the resulting hash if one bit
was altered in the plaintext message.
Creating a Message Digest from a Plaintext message
Is this item
helpful? yesno
Previous votes Yes: 1 No: 1
Comments and alternative answers
project ideas for implementing this algo shyam sundar, Mar 28, 2009
Hi,I'm in my final year of computer applications..I'm doing a project on message digest by using vb.net and SQL 2008 AND in vb i'm using System.security.cryptography namespace to generate MD5 AND SHA1 to store the passwords..
so,please suggest me some project ideas which are related to money transfer,banking applications so that i can imliment this on those project
regards
shyam
PS : please suggest some RDBMS projects where i can impliment this algorithm..
Is this item
helpful? yesno
Previous votes Yes: 0 No: 0