Question:medium

If it is known that a given ciphertext is Caesar Cipher, then a brute-force cryptanalysis requires \(\underline{\hspace{1cm}}\) keys to try.

Show Hint

In Caesar Cipher, there are 26 possible shifts (keys), corresponding to the 26 letters of the alphabet.
Updated On: Jan 17, 2026
  • 25
  • 26
  • $2^{25}$
  • $2^{26}$
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Caesar Cipher Fundamentals.
The Caesar Cipher operates by cyclically shifting each letter of the plaintext by a fixed number of positions within the English alphabet. Given the 26 letters in the alphabet, there exist 26 distinct keys, each corresponding to a unique shift value.

Step 2: Evaluation of Choices.
- (A) 25: This is incorrect. The number of possible keys is 26.
- (B) 26: This is correct. There are 26 possible shifts for the Caesar Cipher.
- (C) $2^{25}$: This is incorrect. This value does not represent the number of keys for a Caesar Cipher.
- (D) $2^{26}$: This is also incorrect. This value does not represent the number of keys.

Step 3: Determination.
The accurate response is (B) 26.

Was this answer helpful?
0