Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$I1 = get_option("\155\157\x5f\x73\x61\155\x6c\x5f\x61\144\x6d\x69\x6e\x5f\x63\x75\x73\x74..
Decoded Output download
<? $I1 = get_option("mo_saml_admin_customer_key");
$yd = get_option("mo_saml_admin_api_key");
$Zq = round(microtime(true) * 1000);
$g_ = $I1 . number_format($Zq, 0, '', '') . $yd;
$wo = hash("sha512", $g_);
return $wo; ?>
Did this file decode correctly?
Original Code
$I1 = get_option("\155\157\x5f\x73\x61\155\x6c\x5f\x61\144\x6d\x69\x6e\x5f\x63\x75\x73\x74\x6f\155\145\x72\137\153\145\x79");
$yd = get_option("\x6d\x6f\137\x73\141\x6d\x6c\137\x61\144\155\151\x6e\137\141\x70\x69\137\153\x65\x79");
$Zq = round(microtime(true) * 1000);
$g_ = $I1 . number_format($Zq, 0, '', '') . $yd;
$wo = hash("\163\150\x61\65\x31\x32", $g_);
return $wo;
Function Calls
get_option | 1 |
Stats
MD5 | e5ef664027dc885ed8aa6cf5f9e2b70d |
Eval Count | 0 |
Decode Time | 46 ms |