SB 7: Cryptographic Methods and Weaknesses Flashcards

1
Q

Describe the one-time-pad

A
  1. The key must be at least as long as the plaintext
  2. The key must be random and patternless
  3. The key must never be reused, either in part or as a whole
  4. The key must be completely secret

The problem with secure key distribution makes them impractical. They have been mathematically proven to be impossible to break provided they follow the rules of key generation.

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

What is steganography?

A

A way to hide the existence of data. Can encode the data into something else like a picture. Or constantly send rubbish between parties so the important data gets “lost” among the rubbish.

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

What is traffic analysis?

A

Analyzing data traffic and thus discovering the existence of information being exchanged between some parties. Does not give the contents of the information.

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

What is the Vigenère cipher?

A

A poly-alphabetic cipher, it uses multiple alphabets to generate the ciphertext. The key (i.e MAGGIE) is a sequence of letters that are then applied to successive plaintext characters, the key is repeated over the entire plaintext.
Weakness: the repeating nature of the key

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

What are some problems with symmetric cryptosystems/keys?

A

Moving the key, if an unauthorized party gets hold of the key as it is being “moved” they have the power to decrypt any data that has been encrypted with that specific key. Using a separate channel to move the key could fix the problem (dissociates the key and the data?).
Sending to multiple people requires multiple keys to be used and then sent, many keys to keep track of.

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

What is defense in depth?

A

Leverages multiple security measures to protect (an organization’s) assets

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