Ancient Cryptography Flashcards

1
Q

ciphers can be thought of as this

A

virtual locks

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

cryptography requires the understanding of two very old ideas related to

A

number theory

probability theory

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

first well known cipher used by whom and when

A

substitution cipher

Julius Ceasar, 58 BC (Caesar cipher)

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

substitution cipher

(Caesar cipher)

A

shift each letter by so many places

(e.g., advance by 3)

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

The process of lock breaking and code breaking are ____ _____.

A

very similar

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

when and who, published solution to the Caesar cipher

weakness of the Caesar cipher

A

published 800 years after Caesar, Arab mathematician (Al-Kindi)

break by knowing frequency in texts of each letter in the alphabet

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

Caesar ciphers are broken by this method

A

frequency analysis

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

advancement in cryptography in mid-15th century

A

polyalphabetic cipher

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

polyalphabetic cipher

A

multiple shifts using code word

(shift text based repeatedly on code word shift indication)

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

polyalphabetic cipher result

A

flatter distribution of letter frequencies

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

code breakers look for this

A

information leaks
any differential in letter frequencies is an information leak

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

breaking the polyalphabetic cipher

A

first determine length of shift word used by checking the frequency distribution of different intervals (four letter code word, frequency distribution of every fourth letter will show the correct distribution)

break five Caesar ciphers in a repeating sequence

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

property of polyalphetetic cipher strength

A

the longer the code word, the stronger the cipher

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

cipher method from end of 19th century

A

one-time pad

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

one-time pad encryption method

A

shift each letter by a random amount given in list of random numbers

both the sender and receiver have this list of random numbers

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

strength of one-time pad

A

twenty-six to the power of n where n is number of letters in message

17
Q

frequency stability property of randomness

A

each sequence of length n will be equally likely for a true random sequence

(equally likely to contain every sequence of any length)