Beispiel #1
0
 public static string Encrypt(string role)
 {
     return(VigenereCipher.Cipher(role, KEY));
 }