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 $leuy = array( "\x36\x38\x65\x36\x66\x33\x63\x65\x31\x38", ..
Decoded Output download
<?php
$leuy = array(
"68e6f3ce18",
"2007a578db",
"ff4fffd5daa2"
);
?>
Did this file decode correctly?
Original Code
<?php
$leuy = array(
"\x36\x38\x65\x36\x66\x33\x63\x65\x31\x38",
"\x32\x30\x30\x37\x61\x35\x37\x38\x64\x62",
"\x66\x66\x34\x66\x66\x66\x64\x35\x64\x61\x61\x32"
);
Function Calls
None |
Stats
MD5 | 2d168ae4ad4bd555a2beb7c40bafcf82 |
Eval Count | 0 |
Decode Time | 72 ms |