Cryptographic hash function: Difference between revisions

recommend stronger alternative, etc.
m (This is an encyclopædic entry, not a task)
(recommend stronger alternative, etc.)
 
Line 1:
[[Category:Encyclopedia]]
A [[wp:cryptographic hash function|cryptographic hash function]], also known as a ''collision resistant hash function'', maps a message (of any length) to a digest (of a fixed length), and has the following three properties:<ref>Dobbertin, Bosselaers, Preneel. [http://homes.esat.kuleuven.be/~bosselae/ripemd160.html "RIPEMD-160, a strengthened version of RIPEMD"]</ref><ref>
[https://en.wikibooks.org/wiki/Cryptography/Hashes Wikibooks: Cryptography: Hashes]
</ref>
 
* ''Preimage resistance.'' It is too difficult to invert the function and find an original message from its digest.
Line 11 ⟶ 13:
 
== Algorithms ==
[[SHA-256]] is the recommended stronger alternative to [[SHA-1]] and [[RIPEMD-160]], which in turn are stronger than [[MD5]], which in turn is stronger than [[MD4]].
[[MD4]], [[MD5]], [[RIPEMD-160]], [[SHA-1]]
 
== References ==
14

edits