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 echo(base64_decode('CiBlY2hvICJceDY4XDE0NVx4NmNcMTU3XHgyMFx4NzdcMTU3XDE2MlwxNDQiOyA=..
Decoded Output download
b'
echo "helo word"; '
Did this file decode correctly?
Original Code
<?php echo(base64_decode('CiBlY2hvICJceDY4XDE0NVx4NmNcMTU3XHgyMFx4NzdcMTU3XDE2MlwxNDQiOyA=')); ?>
Function Calls
base64_decode | 1 |
Stats
MD5 | 0a09a6001f62ce8473c4392aa888036f |
Eval Count | 0 |
Decode Time | 52 ms |