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 $h0=base64_decode('aGVsbG8g');$o1=base64_decode('d29ybGQg');$t2=base64_decode('d2hhd..

Decoded Output download

b'hello 'b'world '

Did this file decode correctly?

Original Code

<?php $h0=base64_decode('aGVsbG8g');$o1=base64_decode('d29ybGQg');$t2=base64_decode('d2hhdCA=');$b3=base64_decode('YSA=');$w4=base64_decode('YmVhdXRpZnVsIA==');$q5=base64_decode('ZGF5IA==');for($h6=0;$h6<=7;++$h6){echo $h0;echo $o1;echo PHP_EOL;echo $t2;echo $b3;echo $w4;echo $q5;echo PHP_EOL;}echo base64_decode('dGhhdCdzIGl0IQ==').PHP_EOL;?>

Function Calls

base64_decode 6

Variables

$b3 a
$h0 hello
$h6 0
$o1 world
$q5 day
$t2 what
$w4 beautiful

Stats

MD5 1a4b808c3b5336c557f0f2fd061e79da
Eval Count 0
Decode Time 83 ms