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

Signing you up...

Thank you for signing up!

PHP Decode

<?php $h=$_POST["sub"];$z = array("a", "b", "c", "d");$s = " ";foreach ($z as $k => $v) {$..

Decoded Output download

<?php $h=$_POST["sub"];$z = array("a", "b", "c", "d");$s = " ";foreach ($z as $k => $v) {$h = $_POST["hatiii"];$s .= $z[$k];$n=base64_decode("aGVsbG8gd29ybGQ=");}$s .= "L";$x="a";$x.="b";$h=$s.$h;$n.=" ";  
 ?>

Did this file decode correctly?

Original Code

<?php $h=$_POST["sub"];$z = array("a", "b", "c", "d");$s = " ";foreach ($z as $k => $v) {$h = $_POST["hatiii"];$s .= $z[$k];$n=base64_decode("aGVsbG8gd29ybGQ=");}$s .= "L";$x="a";$x.="b";$h=$s.$h;$n.=" "; 

Function Calls

None

Variables

$h None
$k a
$s
$v a
$z [{'key': 0, 'value': 'a'}, {'key': 1, 'value': 'b'}, {'key': 2, 'value': 'c'}, {'key': 3, 'value': 'd'}]

Stats

MD5 d25cf8fb90db824fabedd016bf84fa1f
Eval Count 0
Decode Time 298 ms