3.2 Shift Cipher (Caesar Cipher)
Shift Cipher is a substitution algorithms, which
shifts every character of the alphabet ny up to
25 positions.
Caesar used 3 as a key.
source
The applet only shifts characters and numbers and leaves
other symbols unchanged.
As keys both numbers and characters (a,A corespond to 1) are allowed.