Multiple Choice
A Caesar cipher uses a shift of each character by a key with a value between 1 and 255.An a with a shift of 3 becomes a d.A z with a shift of 3 would become a c, wrapping around the alphabet.Which is the decryption of exmmv for a key = -3?
A) bujjs
B) atiir
C) cvkkt
D) happy
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q67: Fill in the blank in the following
Q68: Which interface allows classes to be written
Q69: Fill in the blank in the following
Q70: If you store information in binary form,
Q71: The read method of the FileInputStream class
Q73: Which class is used for output of
Q74: Which method in the RandomAccessFile class provides
Q75: What is the highest value for a
Q76: Which class is used for input of
Q77: A Caesar cipher uses a shift of