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