Encryption Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

[PPQ] What is the difference between a symmetric and an asymmetric cipher system?

A

Symmetric: The same key is used for encryption and decryption
Asymmetric: Different keys are used for encryption and decryption

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

[PPQ] State two benefits of including a digital signature

A

So that B can check if the message has been modified, and also so they can confirm who sent it

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

[PPQ] Explain what it means for a cipher to be described as being computationally secure

A

Messages cannot be decoded in polynomial time

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

[PPQ] What is the key exchange problem?

A

How to pass the key from the sender to the receiver without it getting intercepted

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

How does the Vernam cipher work?

A

Original message XOR key. The key is randomly generated and must be exchanged with the receiver before sending

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

What is the difference between the Vernam cipher and other ciphers?

A

Vernam cipher is the only one to have been mathematically proved to be completely secure. The worth of all other ciphers ever devised is based on computational security. In theory, every cryptographic algorithm except for Vernam cipher can be broken, given enough ciphertext and time.

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