Difference between revisions of "One way hash"

From Hackepedia
Jump to navigationJump to search
 
Line 1: Line 1:
A [[One way hash]] is a mathematical way to create a (usually smaller) unique representation of a given set of data.  It's sometimes referred to as a "fingerprint". It is called "one way" because it's easy to create the hash value from the input data, it is intended to be impossible to reconstruct the original data from the hash value. [[SHA]] and [[MD5]] are popular examples of a one way hash, both of which have reported weaknesses.
+
A [[One way hash]] is a mathematical way to create a (usually smaller) unique representation of a given set of data.  It's sometimes referred to as a "fingerprint". It is called "one way" because it's easy to create the hash value from the input data, it is intended to be impossible to reconstruct the original data from the hash value. [[SHA]] and [[MD5]] are popular examples of a one way hash, however be forwarned both have reported weaknesses.

Latest revision as of 23:05, 26 October 2005

A One way hash is a mathematical way to create a (usually smaller) unique representation of a given set of data. It's sometimes referred to as a "fingerprint". It is called "one way" because it's easy to create the hash value from the input data, it is intended to be impossible to reconstruct the original data from the hash value. SHA and MD5 are popular examples of a one way hash, however be forwarned both have reported weaknesses.