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

Signing you up...

Thank you for signing up!

PHP Decode

$st = "\x73\x74\x72\x5f\x72\x6f\x74\x31\x33"; $gz = "\x67\x7a\x69\x6e\x66\x6c\x61\x74\x65..

Decoded Output download

<?  $st = "str_rot13"; 
$gz = "gzinflate"; 
$st2 = "str_rot13"; 
$bs = "base64_decode"; ?>

Did this file decode correctly?

Original Code

$st = "\x73\x74\x72\x5f\x72\x6f\x74\x31\x33";
$gz = "\x67\x7a\x69\x6e\x66\x6c\x61\x74\x65";
$st2 = "\x73\x74\x72\x5f\x72\x6f\x74\x31\x33";
$bs = "\x62\x61\x73\x65\x36\x34\x5f\x64\x65\x63\x6f\x64\x65";

Function Calls

None

Variables

$bs base64_decode
$gz gzinflate
$st str_rot13
$st2 str_rot13

Stats

MD5 dda352a3b56ae5945dbab69fc271eba8
Eval Count 0
Decode Time 39 ms