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