Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<? $from_b64 = base64_encode(" "); $from = "=?windows-1251?b?".$from_b64."?="; ech..

Decoded Output download

<? 
 $from_b64 = base64_encode("   "); 
 $from = "=?windows-1251?b?".$from_b64."?="; 
 echo $from; 
?>

Did this file decode correctly?

Original Code

<?
 $from_b64 = base64_encode("   ");
 $from = "=?windows-1251?b?".$from_b64."?=";
 echo $from;
?>

Function Calls

base64_encode 1

Variables

None

Stats

MD5 b290a794800fcf06f1babb4f929b995f
Eval Count 0
Decode Time 71 ms