Ciphers Flashcards

1
Q

Define caesar cipher:

A

A substitution cipher where one character of plaintext is switched for another

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

Define vernam cipher:

A

A method of encryption that uses a one-time key (pad) to create ciphertext that is mathematically impossible to decrypt without the key

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

Define transposition cipher:

A

A method of encryption where the letters are rearranged to form an anagram

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

Define polyalphabetic:

A

More than one alphabet

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

Define frequency analysis:

A

The study of how often words, letters and phrases are used

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

Define railfence cipher:

A

Where the plaintext is split over several lines in a diagonal pattern

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

Define route cipher:

A

Where the plaintext is put into a grid

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

How to use the vernam cipher:

A

A random key is created, the Baudot representation/Unicode/ASCII is identified (5 binary digits), the key and plaintext characters are each XOR-ed, the new corresponding Baudot representation is identified and that’s the new character

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

Define Baudot code:

A

A five digit character code that predates ASCII

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

Define one-time pad:

A

A key that is only used once and then discarded

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

What makes the vernam cipher so secure:

A

Random key, used once, secret

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

Issues with vernam cipher:

A

Hard to get a random key, hard to keep it secret, no way to authenticate sender

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