예제 #1
0
 public string Crypt(string text, string key)
 {
     return(_algorithm.Crypt(text, key));
 }