Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What does MD5 stand for? 1

Status
Not open for further replies.

ietprofessional

Programmer
Apr 1, 2004
267
US
Does anyone know what MD5 stand for? I'm using the class but I don't know what it stands for. haha

Thanks,
Harold
 
Message Digest 5 - one way hash of message.
From hyperdictionary.com
"A one-way function which takes a variable-length message and produces a fixed-length hash. Given the hash it is computationally infeasible to find a message with that hash; in fact one can't determine any usable information about a message with that hash, not even a single bit. For some one-way hash functions it's also computationally impossible to determine two messages which produce the same hash.

A one-way hash function can be private or public, just like an encryption function. MD5 and Snefru are examples of public one-way hash functions."

Forms/Controls Resizing/Tabbing
Compare Code
Generate Sort Class in VB
Check To MS)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top