community
directory
books
authors
images
encyclopedia

Email:
Password:
Register

Knowledgerush Search

 

Google
  Web knowledgerush


Search for images of Cryptographic hash function


Message boards   Post comment

Cryptographic hash function

A cryptographic hash function is a hash function which has the following properties,

  • Preimage resistant
    Given h such that h=hash(m1) it should be hard to find m1.
  • Second preimage resistant
    Given h and m1 such that h=hash(m1) it should be hard to find m1.
  • Collision-free
    It should be very hard to find two messages m1 and m2 such that hash(m1)=hash(m2). Because of the birthday paradox this means the hash function has to have a larger image than is required by being preimage-resistant.

See also: Topics in cryptography, cryptography, hash function.

Referenced By

Cryptographic Message Syntax | Topics in cryptography

 

Compose Your Message

Your Email Address or Pen Name (optional):
Subject:
Your Message:
 

 

 

 

 

 

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Cryptographic hash function".

 

Contact UsPrivacy Statement & Terms of Use

 
Copyright © 1999-2003 Knowledgerush.com. All rights reserved.