Lecture 2 Flashcards

1
Q

What makes a cipher “Perfectly Secure”?

A

When the distribution of characters/letters does not change when different plaintexts are used.

That is, when a ciphertext does not have any possibility of revealing further information about the plaintext.

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

What is the “One-Time Pad”?

A

The one-time pad (OTP) is an encryption method that relies on a unique, random key as long as the plaintext, combining characters using XOR to produce ciphertext, ensuring perfect secrecy when keys are never reused.

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

What are the advantages of the “One-Time Pad”?

A

The ciphertext will not reveal any information about the plaintext.

Perfectley secure when used correctly.

Computationally cheap.

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

What are the disadvantages of the “One-Time Pad”?

A
  1. The key always has to be as long as the plaintext.
  2. The key has to be truly random.
  3. Insecure against the “two-time pad” (if the same key is used twice)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly