Exemplo n.º 1
0
 public CeasarCipher()
 {
     _globalShifter = new WordShifter();
 }
Exemplo n.º 2
0
 public ROT13Cipher()
 {
     _globalShifter = new WordShifter();
 }