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";
$decoded = htmlspecialchars_decode(gzinflate(base64_decode($Cyto)));
echo $decoded;
?>
Did this file decode correctly?
Original Code
<?php
$Cyto = "Sy1LzNFQt1dLL7FW10uvKs1Lzs8tKEotLtZIr8rMS8tJLEnVSEosTjUziU9JT\x635PSdUoLikqSi3TUPHJrNAE\x41Ws\x41";
$decoded = htmlspecialchars_decode(gzinflate(base64_decode($Cyto)));
echo $decoded;
?>
Function Calls
gzinflate | 1 |
base64_decode | 1 |
htmlspecialchars_decode | 1 |
Stats
MD5 | 46e5add2918d36223a119abfbbdc70d2 |
Eval Count | 0 |
Decode Time | 55 ms |