JavaScript Scrambler is a utility for all JavaScript programmers who
are fed up with the fact, that their source code can be stolen and
simply modified. Any script source code will be scrambled until it is
almost impossible to comprehend for others.
It is available as shareware ($10 or 10DM)...
For more information visit my homepage:
http://members.tripod.com/~tier
cya
Harro Mueller
-------------------==== Posted via Deja News ====-----------------------
http://www.dejanews.com/ Search, Read, Post to Usenet
Well, I have to say it seems kinda pointless. The code still executes, so
it
can still be stolen. A simple replace on the scrambled function names and
a sed
script of s/;/;\n/g will make the script much more readable. Big deal,
takes a
few seconds.
I have done something allowing to hide some javascript code...
the general idea is pretty simple:
You can't see the source of a Java applet, so put your Javascript code
into a Java applet, and it should do what you want...
you can check
http://www.undergrad.math.uwaterloo.ca/~htorgema/hide/
To see a simple example of this..
--
Henri Torgemane http://www.undergrad.math.uwaterloo.ca/~htorgema/
Never let your sense of morals prevent you from doing what is right.
-- Salvor Hardin, "Foundation"
Shucks, I must be a visionary of some sort. My JavaScript code
is so scrambled nobody can read it anyway....
Thanks for the chuckle...