Weeks 9 - Cryptographic attacks Flashcards

1
Q

Substitution cipher?

A

encrypts plaintext by swapping each letter as directed by the key

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

Frequency analysis?

A

used to decrypt ciphertext in substitution based ciphers.

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

Mono-alphabetic substitution cipher?

A

a substitution cipher using only a single alphabet

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

poly-alphabetic substitution cipher?

A

a substitute cipher using multiple alphabets

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

cryptographic system involves 4 components?

A
  1. plaintext
    2.algorithm
    3.a key
  2. the ciphertext
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

cryptographic attack?

A

an attack using cryptanalysis to recover plaintext without using the key as attacker has access

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

cyphertext-Only Attack (COA)

A

attacker can monitor ciphertext only but not corresponding plaintext

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

known plaintext attack (KPA)

A

attacker has access to plaintext and ciphertext. objective to guess the key or to engineer a cipher

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

chosen plaintext attack (CPA)

A

attacker chooses plaintext to be encrypted but can read ciphertext, access key not known, use both to design algorithm to mimic encryption process to decrypt ciphertext

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

chosen ciphertext attack (CCA)

A

attacker chooses ciphertext to be encrypted but can read plaintext, access key not known, use both to design algorithm to mimic encryption process to decrypt ciphertext

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

chosen key attack (CKA)

A

part of a key is known, cryptanalysis attempts to understand structure of the cipher

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

differential cryptanalysis

A

It uses a set of ciphertext and related plaintext that are encrypted with the same key and attempts to decipher the key.

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