7.3 Hashing Flashcards
1
Q
What is the output of hashing called?
A
2
Q
What are the five characteristics of a hash function?
A
3
Q
What are some common uses for hashing?
A
4
Q
What type of attack takes advantage of hash collisions?
A
5
Q
What are the main hashing algorithms used?
A
6
Q
Hash
A
A function that converts a variable-length string into a compressed, fixed-length value known as a message digest or hash.
7
Q
Hash collision
A
A hash collision occurs when two files generate the same hash.
8
Q
Rainbow table
A
A rainbow table is a table of passwords and their generated hashes.