Symmetric Encryption Flashcards

1
Q

A block cipher should use substitution to achieve confusion

A

trueP2 L6

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

A block cipher should user _______ to achieve diffusion

A

permutationP2 L6

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

a block cipher should use a few rounds, each with a combination of _________ and ____________

A

substitution, permutationP2 L6

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

Block cipher algorithms should be kept secret

A

falseP2 L6

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

An S-box substitutes a ____ bit value with a ____ bit value

A

6 bit value with a 4 bit value using a predefined tableP2 L6

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

To decrypt using DES, the same algorithm is used, but with per-round keys are used in the reverse order

A

trueP2 L6

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

With triple-DES, the effective key length can be 56, 112, and 168

A

trueP2 L6

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

Each round of DES contains both substitution and permutation operations

A

trueP2 L6

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

The logics behind S-boxes are well-known and verified

A

false; they’ve been kept secretP2 L6

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

To decrypt using AES, just run the same algorithm in the same order of operations

A

false (algorithm is run in reverse)P2 L6

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

Each operation or stage in AES is reversible

A

trueP2 L6

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

AES can support key length of ___, ___, ____

A

128, 192, 256P2 L6

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

AES is much more efficient than Triple DES

A

trueP2 L6

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

Which is more secure, CBC or ECB?

A

CBCP2 L6

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

We can protect both confidentiality and integrity protection with CBC by using just one key

A

falseP2 L6

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