Basic Examples 
(2)
 

Perform a Caesar cipher with a shift of 2:
In[1636]:=
[◼]
CaesarCipher
["abcde",2]
Out[1636]=
cdefg
———
Decipher a text by shifting the letters 9 positions back:
In[1671]:=
[◼]
CaesarCipher
["Bjwmna",-9]
Out[1671]=
Sander

Scope 
(3)
 


Applications 
(2)
 


Properties and Relations 
(2)
 


Possible Issues 
(2)
 


Neat Examples 
(1)
 
