setExpiration($_POST['code_exp']); if(!empty($_POST['code_dn'])) { $domains = explode(',', $_POST['code_dn']); foreach ($domains as $domain) $hunter->addDomainName($domain); } $code = $hunter->Obfuscate(); } ?>
Although this can provide a high security level, a potentially thief can try to de-obfuscate and reach a closer code to the original one due to the public and open architecture of JavaScript.
So it's not recommended to use this to protect sensible information.