The caesar cipher involves shifting all characters in a string by a number to produce a new string for instance with shift of 1 right the string ABCZ becomes BCDA and note that rotation is circular.
a) Encryption
b) Decryption
c) Substitution
d) Permutation