RSA Flashcards

1
Q

What are the 3 common weakness enumerations (CWE)?

A

1) CWE-259: Use of Hard-coded passwords
2) CWE-327: Broken or risky crypto algorithm
3) CWE- 331: Insufficient Entropy

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

What are the main crypto ingredients?

A

1) Strong crypto algorithm
2) Secure Hash Functions
3) Strong Random Number Generators

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

What is considered secure?

A

1) Strong encryption algorithm e.g. AES or RSA
2) Key used must be crypto secure RNG
3) Protocol to send message must be robust, no leakage, no weakened entropy

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

How does MAC work?

A

1) Sender and receiver share a secret key k

2) Compute MAC h(m,K) from message m and secret key K using a suitable function h

3) To authenticate a message, the receiver needs the secret key by the sender

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