Connecting Tech Pros Worldwide Help | Site Map

Encrypting JS Code on wscript

Jason Davis
Guest
 
Posts: n/a
#1: Jul 20 '05
Hi there,

Is it possible to encrypt/protect a source code of Javascript to be
run on WSCRIPT (not on a webpage)?

Thanks!

==
Jas.
Ira Baxter
Guest
 
Posts: n/a
#2: Jul 20 '05

re: Encrypting JS Code on wscript



"Jason Davis" <jasondavis19@hotmail.com> wrote in message
news:9e03a267.0309130002.60b35bd5@posting.google.c om...[color=blue]
> Is it possible to encrypt/protect a source code of Javascript to be
> run on WSCRIPT (not on a webpage)?[/color]

If WSCRIPT will run plain JavaScript, then it will run obfuscated
JavaScript,
and that might provide the protection you want.

See
http://www.semanticdesigns.com/Produ...bfuscator.html

This also works with web pages.


--
Ira D. Baxter, Ph.D., CTO 512-250-1018
Semantic Designs, Inc. www.semdesigns.com


Closed Thread