Exemplo n.º 1
0
 public void TestUpperCase()
 {
     CommonTestMethods.TestFullAlphabet(crypterRus.Encrypt, crypterRus.Decrypt, "АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ");
 }
Exemplo n.º 2
0
 public void TestFullAlphabet()
 {
     CommonTestMethods.TestFullAlphabet(crypterRus.Encrypt, crypterRus.Decrypt, "абвгдеёжзийклмнопрстуфхцчшщъыьэюя");
 }
Exemplo n.º 3
0
 public void TestFullAlphabet()
 {
     CommonTestMethods.TestFullAlphabet(crypterEng.Encrypt, crypterEng.Decrypt, "abcdefghijklmnopqrstuvwxyz");
 }
Exemplo n.º 4
0
 public void TestUpperCase()
 {
     CommonTestMethods.TestFullAlphabet(crypterEng.Encrypt, crypterEng.Decrypt, "ABCDEFGHIJKLMNOPQRSTUVWXYZ");
 }
Exemplo n.º 5
0
 public void TestFullAlphabet()
 {
     CommonTestMethods.TestFullAlphabet(crypterDig.Encrypt, crypterDig.Decrypt, "0123456789");
 }