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 $ut = "\x75\x74\x66\x38\x5F\x65\x6E\x63\x6F\x64\x65"; $bs = "\x62\x61\x73\x65\x36\..
Decoded Output download
<?php
$ut = "utf8_encode";
$bs = "base64_decode"; ?>
Did this file decode correctly?
Original Code
<?php
$ut = "\x75\x74\x66\x38\x5F\x65\x6E\x63\x6F\x64\x65";
$bs = "\x62\x61\x73\x65\x36\x34\x5F\x64\x65\x63\x6F\x64\x65";
Function Calls
None |
Stats
MD5 | d97f998d26bd88cc25e83629467fef63 |
Eval Count | 0 |
Decode Time | 42 ms |