Computer scienceAlgorithms and Data StructuresAlgorithmsPrinciples and techniquesHashing

Cryptographic hash functions

Properties of cryptographic hashes

Report a typo

Match the following properties with their short descriptions:

Match the items from left and right columns
Pre-image resistance
Second pre-image resistance
Collision resistance
It is hard to find messages m1, m2 with hash(m1)=hash(m2)
Given a hash value h, it is hard to find a message m with hash(m)=h
Given a message m1, it is hard to find a message m2 with hash(m1)=hash(m2)
___

Create a free account to access the full topic