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 $stt0 = "AAh+OrDsmZrrNXf4pym9ndkhA0YC+Paezi5q"; eval('?>'.gzuncompress(gzinf..
Decoded Output download
<?php
$stt0 = "AAh+OrDsmZrrNXf4pym9ndkhA0YC+Paezi5q";
eval('?>'.gzuncompress(gzinflate(base64_decode(strrev($stt0)))));
?>
Did this file decode correctly?
Original Code
<?php
$stt0 = "AAh+OrDsmZrrNXf4pym9ndkhA0YC+Paezi5q";
eval('?>'.gzuncompress(gzinflate(base64_decode(strrev($stt0)))));
?>
Function Calls
strrev | 1 |
phpinfo | 1 |
gzinflate | 1 |
gzuncompress | 1 |
base64_decode | 1 |
Stats
MD5 | 1d1b3a38512983efab4508de5f1c621c |
Eval Count | 1 |
Decode Time | 49 ms |