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 $x = ""; $x = $x . base64_decode("JHN0cmluZyA9ICJoZWxsbyB0b3RvIGplIHRlc3Q8YnI+Ijs=..
Decoded Output download
<?php
$x = "";
$x = $x . base64_decode("JHN0cmluZyA9ICJoZWxsbyB0b3RvIGplIHRlc3Q8YnI+Ijs=");
$x = $x . base64_decode("JGxpbmUgPSAiY2F1Ijs=");
$x = $x . base64_decode("ZWNobyAkc3RyaW5nIC4gJGxpbmU7");
eval($x);
?>
Did this file decode correctly?
Original Code
<?php
$x = "";
$x = $x . base64_decode("JHN0cmluZyA9ICJoZWxsbyB0b3RvIGplIHRlc3Q8YnI+Ijs=");
$x = $x . base64_decode("JGxpbmUgPSAiY2F1Ijs=");
$x = $x . base64_decode("ZWNobyAkc3RyaW5nIC4gJGxpbmU7");
eval($x);
?>
Function Calls
| base64_decode | 3 |
Stats
| MD5 | 1dee6902de2471b4146276fe406e41e2 |
| Eval Count | 1 |
| Decode Time | 91 ms |