Thema: Javascript: Secret Area!!
Hi all,
This challenge is impossible. It depends heavily on the precision/scale of doubles. ECMA defines a standard, but imprecision is everywhere. Different browsers will give different results. I tested Opera and Firefox and they give different result, e.g.
When encrypting "abcd"...
... in Opera: kNGUNBWC
... in FireFox: qkVSQxZ
... in Internet Explorer: JJou0VzZ
It's quite an interesting challenge, but I doubt anyone will have much fun deciphering the internal browser handling of doubles.
Hopefully I didn't overlook something.
mego