Exemplo n.º 1
0
 public void TestDifferentShift()
 {
     CommonTestMethods.TestDifferentShift(crypterEng.Encrypt, crypterEng.Decrypt, "abcdefghijklmnopqrstuvwxyz");
 }
Exemplo n.º 2
0
 public void TestDifferentShift()
 {
     CommonTestMethods.TestDifferentShift(crypterRus.Encrypt, crypterRus.Decrypt, "абвгдеёжзийклмнопрстуфхцчшщъыьэюя");
 }
Exemplo n.º 3
0
 public void TestDifferentShift()
 {
     CommonTestMethods.TestDifferentShift(crypterDig.Encrypt, crypterDig.Decrypt, "0123456789");
 }