Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<? $encodedSecret = "3d3d516343746d4d6d6c315669563362"; { echo bin2hex(strrev(bas..
Decoded Output download
<?
$encodedSecret = "3d3d516343746d4d6d6c315669563362";
{
echo bin2hex(strrev(base64_encode($secret)));
}
?>
Did this file decode correctly?
Original Code
<?
$encodedSecret = "3d3d516343746d4d6d6c315669563362";
{
echo bin2hex(strrev(base64_encode($secret)));
}
?>
Function Calls
strrev | 1 |
bin2hex | 1 |
base64_encode | 1 |
Stats
MD5 | 6a3535d30174d6b8dcc21798b81a61f0 |
Eval Count | 0 |
Decode Time | 101 ms |