nerdexam
Microsoft

98-372 · Question #108

Which of the following are valid key lengths for the RijndaelManaged symmetric cryptography class? Each correct answer represents a complete solution. Choose all that apply.

The correct answer is C. 256 D. 128. The RijndaelManaged class can use key lengths of 128 through 256 bits, in 32-bit increments. The RijndaelManaged class is used to access the managed version of the Rijndael algorithm. The RijndaelManaged class cannot be inherited. In other words, this algorithm supports key…

Understanding .NET Framework Concepts

Question

Which of the following are valid key lengths for the RijndaelManaged symmetric cryptography class? Each correct answer represents a complete solution. Choose all that apply.

Options

  • A512
  • B1024
  • C256
  • D128

How the community answered

(31 responses)
  • A
    10% (3)
  • B
    19% (6)
  • C
    71% (22)

Explanation

The RijndaelManaged class can use key lengths of 128 through 256 bits, in 32-bit increments. The RijndaelManaged class is used to access the managed version of the Rijndael algorithm. The RijndaelManaged class cannot be inherited. In other words, this algorithm supports key lengths of 128, 192, or 256 bits. Answer: A and B are incorrect. 512 and 1024 bits are too large for the RijndaelManaged class.

Topics

#RijndaelManaged#symmetric cryptography#key length#AES

Community Discussion

No community discussion yet for this question.

Full 98-372 Practice