Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <accounts count="1"> <account> ..
Decoded Output download
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<accounts count="1">
<account>
<username>Administrator</username>
<newCryptPassword>76-3F-3C-AA-7E-67-D1-7B-C6-CA-ED-1B-3B-A5-64-BC-DF-F8-26-1A</newCryptPassword>
<accessLevel>Owner</accessLevel>
<created>2010-01-29T17:41:50.171-06:00</created>
<lastLogin>2011-02-03T14:37:15.890625-06:00</lastLogin>
<totalGameTime>PT1H24M39.421875S</totalGameTime>
<chars>
<char index="0">23</char>
</chars>
<addressList count="1">
<ip>127.0.0.1</ip>
</addressList>
</account>
</accounts>
Did this file decode correctly?
Original Code
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<accounts count="1">
<account>
<username>Administrator</username>
<newCryptPassword>76-3F-3C-AA-7E-67-D1-7B-C6-CA-ED-1B-3B-A5-64-BC-DF-F8-26-1A</newCryptPassword>
<accessLevel>Owner</accessLevel>
<created>2010-01-29T17:41:50.171-06:00</created>
<lastLogin>2011-02-03T14:37:15.890625-06:00</lastLogin>
<totalGameTime>PT1H24M39.421875S</totalGameTime>
<chars>
<char index="0">23</char>
</chars>
<addressList count="1">
<ip>127.0.0.1</ip>
</addressList>
</account>
</accounts>
Function Calls
| None |
Stats
| MD5 | ce4a3d8541578e23b0fd547b022277ed |
| Eval Count | 0 |
| Decode Time | 88 ms |