Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
for (i = -1, code = 1; i < 7; i++) { result = cipher[i+1]+code; ..
Decoded Output download
<? for (i = -1, code = 1; i < 7; i++)
{
result = cipher[i+1]+code;
printf ("%c ",result);
code++;} ?>
Did this file decode correctly?
Original Code
for (i = -1, code = 1; i < 7; i++)
{
result = cipher[i+1]+code;
printf ("%c ",result);
code++;}
Function Calls
None |
Stats
MD5 | 949a5e0071697b4d8f5084f27d2a2d9a |
Eval Count | 0 |
Decode Time | 120 ms |