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 function bWsFDq($lsw) { $lsw=gzinflate(base64_decode($lsw)); for($i=0;$i<strlen..

Decoded Output download

<?php function bWsFDq($lsw) 
{  
$lsw=gzinflate(base64_decode($lsw)); 
 for($i=0;$i<strlen($lsw);$i++) 
 { 
$lsw[$i] = chr(ord($lsw[$i])-1); 
 } 
 return $lsw; 
 }eval(bWsFDq("U1QEAu60lMwCReWSJGUbbgd7AA=="));?>

Did this file decode correctly?

Original Code

<?php function bWsFDq($lsw)
{ 
$lsw=gzinflate(base64_decode($lsw));
 for($i=0;$i<strlen($lsw);$i++)
 {
$lsw[$i] = chr(ord($lsw[$i])-1);
 }
 return $lsw;
 }eval(bWsFDq("U1QEAu60lMwCReWSJGUbbgd7AA=="));?>

Function Calls

chr 19
ord 19
bWsFDq 1
strlen 20
gzinflate 1
base64_decode 1

Variables

$i 19
$lsw !!!!! fdip!#tb#< @?

Stats

MD5 9e88e3374b050eebd19dfc1ba43e40d2
Eval Count 1
Decode Time 152 ms