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