Symmetric Encryption Flashcards
A block cipher should use substitution to achieve confusion
trueP2 L6
A block cipher should user _______ to achieve diffusion
permutationP2 L6
a block cipher should use a few rounds, each with a combination of _________ and ____________
substitution, permutationP2 L6
Block cipher algorithms should be kept secret
falseP2 L6
An S-box substitutes a ____ bit value with a ____ bit value
6 bit value with a 4 bit value using a predefined tableP2 L6
To decrypt using DES, the same algorithm is used, but with per-round keys are used in the reverse order
trueP2 L6
With triple-DES, the effective key length can be 56, 112, and 168
trueP2 L6
Each round of DES contains both substitution and permutation operations
trueP2 L6
The logics behind S-boxes are well-known and verified
false; they’ve been kept secretP2 L6
To decrypt using AES, just run the same algorithm in the same order of operations
false (algorithm is run in reverse)P2 L6
Each operation or stage in AES is reversible
trueP2 L6
AES can support key length of ___, ___, ____
128, 192, 256P2 L6
AES is much more efficient than Triple DES
trueP2 L6
Which is more secure, CBC or ECB?
CBCP2 L6
We can protect both confidentiality and integrity protection with CBC by using just one key
falseP2 L6