Hashing Flashcards

1
Q

When 2 hashes of different data provide the same hash

A

collision

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

_____ length plaintext input is hashed into a _____ length output value

A

variable; fixed

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

128 bit fixed length hash
Has collisions
Still widely used

A

MD5 (message digest 5)

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

Supposed to replace MD5, but SHA2/3 was better
Withdrawn due to flaws

A

MD6 (message digest 6)

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

Hashing protects what part of CIA

A

Integrity

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

160 bit hash value
Found to have weak collision avoidance
Still commonly used

A

SHA1

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

Considered collision resistant
Somewhat used now but still relatively new

A

SHA2

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

Finalized in 2015

A

SHA3

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

The MD5 length is (128, 169, 192, 224, 256 bits)
Not widely used

A

HAVAL (hash of variable length)

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

Developed outside of government defense to prevent government backdoors

Not widely used
No longer secure

A

RIPEMD

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

Redesigned, fixing flaws of RIPEMD
160 bit hashes
Not widely used
Considered secure

A

RIPEMD160

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

Defends against dictionary attacks or rainbow tables by adding additional random data at the end of a hash

A

Salting

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

An arbitrary number only used once. Random numbers used in authentication protocols to protect against replay attacks

A

Nonce

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