Exemple #1
0
 public static string DecryptToString(this byte[] data, string key)
 {
     return(XXTEA.DecryptToString(data, key));
 }
Exemple #2
0
 public static string DecryptToString(this byte[] data)
 {
     return(XXTEA.DecryptToString(data, DefaultKeyBytes));
 }