Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

include "key.php"; function _0x5F3759DF($a, $b) { $_ = ''; $__ = $GLOBALS['_'..

Decoded Output download

<?  include "key.php"; 
 
function _0x5F3759DF($a, $b) { 
    $_ = ''; 
    $__ = $GLOBALS['_'.'P'.'O'.'S'.'T']; 
    for ($___ = 0, $____ = strlen($a), $_____ = strlen($b); $___ < $____; $___++) { 
        $_ .= chr(ord($a[$___]) ^ ord($b[$___ % $_____])); 
    } 
    return $_; 
} 
 
if (strlen($key) === 4 && ctype_digit($key)) { 
    $s = base64_decode("W1hXWUdSURUQUFhUVRhEXUIUDz84X1IVGl9HRldCHBFtcXFhaRFXAVxpBWpaAlJqSGlSWQZRa0VeTBNoGxYSExISa3J3Ym8SUQJaagNpXAFUaU5qVFoAUm1GWE8VaxQIDxYTBBUfFE44FhQVElNXXV0WEHN+d3MOOEs="); 
    eval(_0x5F3759DF($s, $key)); 
} ?>

Did this file decode correctly?

Original Code

include "key.php";

function _0x5F3759DF($a, $b) {
    $_ = '';
    $__ = $GLOBALS['_'.'P'.'O'.'S'.'T'];
    for ($___ = 0, $____ = strlen($a), $_____ = strlen($b); $___ < $____; $___++) {
        $_ .= chr(ord($a[$___]) ^ ord($b[$___ % $_____]));
    }
    return $_;
}

if (strlen($key) === 4 && ctype_digit($key)) {
    $s = base64_decode("W1hXWUdSURUQUFhUVRhEXUIUDz84X1IVGl9HRldCHBFtcXFhaRFXAVxpBWpaAlJqSGlSWQZRa0VeTBNoGxYSExISa3J3Ym8SUQJaagNpXAFUaU5qVFoAUm1GWE8VaxQIDxYTBBUfFE44FhQVElNXXV0WEHN+d3MOOEs=");
    eval(_0x5F3759DF($s, $key));
}

Function Calls

None

Variables

None

Stats

MD5 5f5c23b0aa0afd05861410d86a915c95
Eval Count 0
Decode Time 63 ms