Question:

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: Sep 25, 2025
  • 25
  • 26
  • $2^{25}$
  • $2^{26}$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Understanding Caesar Cipher.
In a Caesar Cipher, each letter of the plaintext is shifted by a certain number of positions in the alphabet. Since there are 26 letters in the English alphabet, there are 26 possible keys, one for each possible shift.

Step 2: Analysis of options.
- (A) 25: Incorrect, as there are 26 possible keys (shifts).
- (B) 26: Correct, there are 26 possible shifts for the Caesar Cipher.
- (C) $2^{25}$: Incorrect, this is an incorrect number of keys for a Caesar Cipher.
- (D) $2^{26}$: Incorrect, this is another incorrect number of keys.

Step 3: Conclusion.
The correct answer is (B) 26.

Was this answer helpful?
0
0