Ejemplo n.º 1
0
 private static string DecryptLicensePHP(string licenseContents, string key)
 {
     return(RijndaelSimple.AES_decrypt(licenseContents, key, RijndaelSimple.AES_IV));
 }