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