Caesar Cipher Implementation
A Caesar Cipher shifts each letter in the input string by a given number of positions down or up the alphabet, with non-alphabetic characters remaining unchanged.
A Caesar Cipher shifts each letter in the input string by a given number of positions down or up the alphabet, with non-alphabetic characters remaining unchanged.