Example #1
0
 public static String Encrypt64(String value, String key)
 {
     return(CryptoImpl.Encrypt64(value, key));
 }
Example #2
0
 public static string GetEncryptionKey()
 {
     return(CryptoImpl.GetEncryptionKey());
 }
Example #3
0
 public static string GetSiteKey()
 {
     return(CryptoImpl.GetSiteKey());
 }
Example #4
0
 public static String CheckSum(String value, int length)
 {
     return(CryptoImpl.CheckSum(value, length));
 }
Example #5
0
 public static string GetServerKey()
 {
     return(CryptoImpl.GetServerKey());
 }