Hashing Flashcards

1
Q

What is the MD5?

A

Creates a 128-bit hash value that is unique to the input file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is SHA-1?

A

Created a 160-bit hash digest, which reduces the number of collisions that occur

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is SHA-2?

A

Family of hash functions that contain longer hash digests

Includes: SHA-224, SHA-256, SHA-384, SHA-512

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is SHA-3?

A

Newer family of hash functions, and its hash digest can go between 224 bits and 512 bits

120 rounds of computation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the RIPEMD (RACE Integrity Primitive Evaluation Message Digest)?

A

Comes in 160-bit, 256-bit, and 320-bit versions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is HMAC (Hash-Based Message Authentication Code)?

A

Used to check the integrity of a message and provides some level of assurance that its authenticity is real

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the “Pass the hash attack”?

A

Hacking technique that allows the attacker to authenticate to a remote server or service by using the underlying hash of a users password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the “Birthday Attack”?

A

An attacker is able to send two different messages through a hash algorithm and it creates the same hash resulting in a collision

How well did you know this?
1
Not at all
2
3
4
5
Perfectly