[ Home | Weather | Wiki | RSS | HN | xkcd ] [ Search | Settings | About ]
JScript.Encode
[ Related articles | Random article | Open in Wikipedia ]
JScript.Encode is a method created by Microsoft used to encode both server and Client-side JavaScript or VB Script source code in order to protect the source code from copying. JavaScript code is used for creating dynamic web content on many websites, with the source code easily viewable, so this was meant to protect the code.
The encoding is a simple polyalphabetic substitution using three alphabets.
How to use
You can use a command line script encoder to encode your scripts. To encode a HTML web-page file called default.htm, use the following command:screnc.exe default.htm defaultenc.htmIt would output to a file called defaultenc.htm.
Weaknesses
It has been reverse engineered and many websites provide an on-the-fly decoder.
Search Wikipedia
Wikipedia is available under the Creative Commons Attribution-ShareAlike License 3.0.
These pages best viewed with Netscape Navigator 1.1 or later.
Privacy policy and personal data management.