Deck 3: Cryptography Key, Algorithm, and Mode of Operation

Full screen (f)
exit full mode
Question
If the key is 110100001, the output of the SP network for the plaintext: 101110001 is

A)110100011
B)110101110
C)10110111
D)11111010
Use Space or
up arrow
down arrow
to flip the card.
Question
What is the number of possible 3 x 3 affine cipher transformations

A)168
B)840
C)1024
D)1344
Question
What is the expanded key size of AES-192?

A)44 words
B)60 words
C)52 words
D)36 words
Question
In affine block cipher systems if f(m)=Am + t, what is f(m1+m2+m3) ?

A)f(m1) + f(m2) + f(m3) + t
B)f(m1) + f(m2) + f(m3) +2t
C)f(m1) + f(m2) + f(m3)
D)2(f(m1) + f(m2) + f(m3))
Question
The 4×4 byte matrices in the AES algorithm are called

A)states
B)words
C)transitions
D)permutations
Question
If the block size is 's', how many affine transformations are possible ?

A)2s (2s-1)(2s-1)(2s-12) ………(2s-1(s-1))
B)2s (2s-1)(2s-2)(2s-22) ………(2s-2(s-2))
C)2ss (2s-1)(2s-2)(2s-22) ………(2s-2(s-1))
D)2s (2s-1)(2s-2)(2s-22) ………(2s-2(s-3))
Question
For the AES-128 algorithm there are__________ similar rounds and_________round is different.

A)2 pair of 5 similar rounds ; every alternate
B)9 ; the last
C)8 ; the first and last
D)10 ; no
Question
The DES Algorithm Cipher System consists of _________rounds (iterations) each with a round key

A)9
B)12
C)18
D)16
Question
DES follows

A)hash algorithm
B)caesars cipher
C)feistel cipher structure
D)sp networks
Question
Every cyclic group is_______.

A)a group with finite order
B)a group with prime order
C)a non abelian group
D)an abelian group
Question
In the DES algorithm the round key is_________bit and the Round Input is__________bits

A)48, 32
B)64,32
C)56, 24
D)32, 32
Question
__________is not a binary operation on the set of natural numbers.

A)addition
B)product
C)difference
D)none
Question
In the DES algorithm the Round Input is 32 bits, which is expanded to 48 bits via

A)scaling of the existing bits
B)duplication of the existing bits
C)addition of zeros
D)addition of ones
Question
Which of the following is group under multiplication?

A)q
B)q-{0}
C)q-{1}
D)q-{0,1}
Question
The Initial Permutation table/matrix is of size

A)16×8
B)4×8
C)12×8
D)8×8
Question
The number of unique substitution boxes in DES after the 48 bit XOR operation are

A)8
B)4
C)6
D)12
Question
The DES algorithm has a key length of

A)128 bits
B)32 bits
C)64 bits
D)16 bits
Question
What is the size of the key in the SDES algorithm?

A)24 bits
B)16 bits
C)20 bits
D)10 bits
Question
The Plaintext for the Ciphertext 10100101, given that the key is 0010010111 is

A)1100111
B)110110
C)1001000
D)1001100
Question
Assume input 10-bit key, K: 1010000010 for the SDES algorithm. What is K1?

A)10100100
B)1011011
C)1101000
D)10100111
Question
Assume input 10-bit key, K: 0010010111 for the SDES algorithm. What is K2?

A)11101010
B)11011011
C)1101000
D)10101111
Question
Which of the following is a mode of operation for the Block ciphers in cryptography?

A)a. electronic code book (ecb)
B)cipher block chaining (cbc)
C)counter (ctr) mode
D)all of the above
Question
Which of the following modes of operations can be followed for both stream ciphers as well as block ciphers?

A)a. cbc (cipher block chaining)
B)ecb (electronic code book)
C)a. cfb (cipher text feed back)
D)all of the above
Question
The Plaintext for the Ciphertext 00001111, given that the key is 1111111111 is

A)1100111
B)1010
C)11111111
D)1101101
Question
Which one of the following RC4 algorithm not used in?

A)ssl
B)tls
C)ftp
D)wep
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/25
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 3: Cryptography Key, Algorithm, and Mode of Operation
1
If the key is 110100001, the output of the SP network for the plaintext: 101110001 is

A)110100011
B)110101110
C)10110111
D)11111010
110101110
2
What is the number of possible 3 x 3 affine cipher transformations

A)168
B)840
C)1024
D)1344
1344
3
What is the expanded key size of AES-192?

A)44 words
B)60 words
C)52 words
D)36 words
52 words
4
In affine block cipher systems if f(m)=Am + t, what is f(m1+m2+m3) ?

A)f(m1) + f(m2) + f(m3) + t
B)f(m1) + f(m2) + f(m3) +2t
C)f(m1) + f(m2) + f(m3)
D)2(f(m1) + f(m2) + f(m3))
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
5
The 4×4 byte matrices in the AES algorithm are called

A)states
B)words
C)transitions
D)permutations
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
6
If the block size is 's', how many affine transformations are possible ?

A)2s (2s-1)(2s-1)(2s-12) ………(2s-1(s-1))
B)2s (2s-1)(2s-2)(2s-22) ………(2s-2(s-2))
C)2ss (2s-1)(2s-2)(2s-22) ………(2s-2(s-1))
D)2s (2s-1)(2s-2)(2s-22) ………(2s-2(s-3))
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
7
For the AES-128 algorithm there are__________ similar rounds and_________round is different.

A)2 pair of 5 similar rounds ; every alternate
B)9 ; the last
C)8 ; the first and last
D)10 ; no
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
8
The DES Algorithm Cipher System consists of _________rounds (iterations) each with a round key

A)9
B)12
C)18
D)16
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
9
DES follows

A)hash algorithm
B)caesars cipher
C)feistel cipher structure
D)sp networks
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
10
Every cyclic group is_______.

A)a group with finite order
B)a group with prime order
C)a non abelian group
D)an abelian group
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
11
In the DES algorithm the round key is_________bit and the Round Input is__________bits

A)48, 32
B)64,32
C)56, 24
D)32, 32
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
12
__________is not a binary operation on the set of natural numbers.

A)addition
B)product
C)difference
D)none
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
13
In the DES algorithm the Round Input is 32 bits, which is expanded to 48 bits via

A)scaling of the existing bits
B)duplication of the existing bits
C)addition of zeros
D)addition of ones
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
14
Which of the following is group under multiplication?

A)q
B)q-{0}
C)q-{1}
D)q-{0,1}
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
15
The Initial Permutation table/matrix is of size

A)16×8
B)4×8
C)12×8
D)8×8
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
16
The number of unique substitution boxes in DES after the 48 bit XOR operation are

A)8
B)4
C)6
D)12
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
17
The DES algorithm has a key length of

A)128 bits
B)32 bits
C)64 bits
D)16 bits
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
18
What is the size of the key in the SDES algorithm?

A)24 bits
B)16 bits
C)20 bits
D)10 bits
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
19
The Plaintext for the Ciphertext 10100101, given that the key is 0010010111 is

A)1100111
B)110110
C)1001000
D)1001100
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
20
Assume input 10-bit key, K: 1010000010 for the SDES algorithm. What is K1?

A)10100100
B)1011011
C)1101000
D)10100111
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
21
Assume input 10-bit key, K: 0010010111 for the SDES algorithm. What is K2?

A)11101010
B)11011011
C)1101000
D)10101111
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
22
Which of the following is a mode of operation for the Block ciphers in cryptography?

A)a. electronic code book (ecb)
B)cipher block chaining (cbc)
C)counter (ctr) mode
D)all of the above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
23
Which of the following modes of operations can be followed for both stream ciphers as well as block ciphers?

A)a. cbc (cipher block chaining)
B)ecb (electronic code book)
C)a. cfb (cipher text feed back)
D)all of the above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
24
The Plaintext for the Ciphertext 00001111, given that the key is 1111111111 is

A)1100111
B)1010
C)11111111
D)1101101
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
25
Which one of the following RC4 algorithm not used in?

A)ssl
B)tls
C)ftp
D)wep
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 25 flashcards in this deck.