adplus-dvertising
frame-decoration

Question

On comparing AES with DES, which of the following functions from DES does not have an equivalent AES function?

a.

f function

b.

permutation p

c.

swapping of halves

d.

xor of subkey with function f

Answer: (c).swapping of halves

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. On comparing AES with DES, which of the following functions from DES does not have an equivalent AES function?

Similar Questions

Discover Related MCQs

Q. On perform the Mix Columns transformation for the sequence of bytes “77 89 AB CD” we get output

Q. n perform the Mix Columns transformation for the sequence of bytes “67 89 AB CD” we get output

Q. Is the following matrix the inverse matrix of the matrix used in the mix columns step?

x3 + 1 x
x x3 + 1

Q. For the cipher text 0000 0111 0011 1000 and Key 0110 1111 0110 1011, apply the Simplified AES to obtain the plaintext. The plain text is

Q. What is the block size in the Simplified AES algorithm?

Q. What is the key size in the S-AES algorithm?

Q. S-AES and S-DES were both developed by the same person as an educational cryptography system to teach students

Q. Which of the following is a faulty S-AES step function?

Q. How many step function do Round 1 and 2 each have in S-AES?

Q. For a key 25D5 and PT input A479 what is the output we obtain after the “add round key” function?

Q. The inverse transformation matrix times the forward transformation matrix equals the identity matrix.

Q. Which of the following are true ?

i) In the AES key expansion algorithm, the function g() operates on w i+3
ii) Perform a one-byte right circular rotation on the argument 4-byte word
iii) The round constant follows the formula RC[j] = RC[j − 1]

Q. How many round keys are generated in the AES algorithm?

Q. How many modes of operation are there in in DES and AES?

Q. Which one of the following modes of operation in DES is used for operating short data?

Q. Which of the following is false for ECB mode of operation?

i) The Plain text is broken into blocks of size 128 bytes
ii) Blocks can be swapped, repeated, replaced without recipient noticing
iii) Good for short data
iv) Encryption of each block is done separately using a randomly generated key for each block

Q. Which of the following statements are true ?

i) In the CBC mode, the plaintext block is XORed with previous ciphertext block before encryption
ii) The CTR mode does not require an Initialization Vector
iii) The last block in the CBC mode uses an Initialization Vector
iv) In CBC mode repetitions in plaintext do not show up in ciphertext

Q. There is a dependency on the previous ‘s’ bits in every stage in CFB mode. Here ‘s’ can range from ___

Q. Which of the following can be classified under advantages and disadvantages of OFB mode?

i) Transmission errors
ii) A bit error in a ciphertext segment
iii) Cannot recover from lost ciphertext segments
iv) Ciphertext or segment loss

Q. In OFB Transmission errors do not propagate: only the current ciphertext is affected, since keys are generated “locally”.