3-24.3 Flashcards

1
Q

What is hashing and what is it used for?

A

Hashing proves integrity. The output is known as a message digest.

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

What are some common hash functions?

A

MD5 (Broken but can be used for non crypto), SHA2 and 3, and RIPEMD (Bitcoin).

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

What is a hashed MAC?

A

Hashed value that included a symmetric key. Used by IPSEC and TLS.

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

What is salting (salting the hash)?

A

Random values appended to hashed to negate rainbow tables.

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

What is a digital signature and what is its purpose?

A

Message digest that has been encrypted using the senders private key. The objective is to prove integrity and non-repudiation so signer cannot deny the message.

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

What are common digital signature algorithms and what do they contain?

A

Digital signatures have two algorithms, a hash function and digital signature algorithm. RSA is a commercial standard and DSA is an government.

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