Example #1
0
 public static String Encrypt64(String value, String key)
 {
     return(CryptoImpl.Encrypt64(value, key));
 }