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