JavaScript CODEC v1.01


Data: CheckSum:
Password:
Encoded: CheckSum:
Decoded: CheckSum:

Note: Currently it works in Netscape 3+ only. This prog uses my own encription algorithm which is worse then RSA but much better then stupid char-to-char transformers. So do not rely on it in anything serious. The only thing it might be useful is to encode some URL, put it into your HTML (people will see encoded text but will have some hard time decoding, at least lamers will be eliminated and you won't be saved from hardcode guys anyway) and the decode routine will NOT compare decoded variant with anything (it will be easy to get from HTML source) but instead will try to re-direct browser to the supposedly right decoded URL. If the key was wrong, the URL will not be decoded properly and thus intruder won't get to the place you want to hind.
In other words that was purely educational code back in 1996 to check abilities of JavaScript language.