MOD 11 QUIZ - Cryptography Flashcards

1
Q

What is Cryptology?

A

Cryptography plus cryptoanalysis

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

What are Block Ciphers?

A

Operate on chunks of a message

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

After encryption has been applied, what is the message called?

A

Ciphertext

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

What are crypto variables also called?

A

Keys

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

What are Stream Ciphers?

A

Operate one bit at a time

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

When a message has not been encrypted, what is it called?

A

Plaintext

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

What are Message Digests?

A

Summaries of a message’s content produced by a hashing algorithm

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

Codes work on ________, ciphers work on ___________.

A

phrases, individual characters

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

What do Symmetric Key Algorithms rely on?

A

A shared secret

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

What is the term used to describe when a single change in the plaintext causes multiple changes spread throughout the ciphertext?

A

Diffusion

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

What is the primary weakness for Symmetric Key Algorithms?

A

Key distribution

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

What is a Nonce?

A

A random number

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

What is the principle that states, “A cryptographic system should be secure even if everything about the system, except the key, is public knowledge.”

A

Kerckhoff’s

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

What makes One-Time Pads so powerful?

A

They use a different substitution alphabet for each letter

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

What is the bit size for a cryptographic algorithm?

A

Number of bits in each key

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

What is the primary weakness of Asymmetric Key Algorithms?

A
17
Q

What is a one-way function?

A

A mathematical operation that easily produces output, but makes retrieval of input values impossible

18
Q

What are the goals of Cryptography?

A

Nonrepudiation
Integrity
Confidentiality

19
Q

What is CBC?

A

Cipher Block Chaining

20
Q

What is nonrepudiation?

A

Ensures the message was originated by sender