Hash Functions Flashcards
1
Q
What is Pre-Image Resistance?
A
This property ensures that no one should be able to reverse or invert the hash function in order to recover the input given an output
Image a blender
2
Q
What is Second Pre-Image resistance?
A
This property says that, if given an input, you should not be able to find a different input that hashes to the same digest
3
Q
What is collision resistance?
A
It guarantees that no one should be able to produce two different inputs that hash to the same output.
4
Q
Other good properties of hash
A
1) fast for integrity
2) slow for password hashing
3) long length, at least 256 bit long
4) unpredictable
5
Q
A