There's also JavaScript Scrambler  or HTMLEncryptor.
But as Richard said, it's not a realy good idea to protect your code...
The thing is that I also have a script to "unprotect" such manipulated scripts, I use
it to format my own scripts in order to make them more readable... So you can't have
protected JavaScript scripts.
The only way to really protect your scripts is to use them as external scripts
(called with the <script src="src"> tag) and if you have a server side script
language (php or asp) you have to call the js script under certain conditions such as
passing a session value...
Otherwise there is no way to protect scripts if they are displayed in the source
code... so try to hide it or think about OpenSource benefits...

"Carlos A. Pacheco Navas" wrote:

> Hello guys !
>
> Do you know any program that removes javascript comments and also optimizes
> JS code size and makes it non-understandable using the View Source command ?
>
> Thanks.
>
> ----------------------------------------------------------------------------
> Carlos Pacheco Navas                               Departament d'electrònica
> Enginyeria La Salle                                CeDEI
> Tef: 93 290 24 35                                                Fax:93 290 24 16
> http://www.salleurl.edu/~carlosp
> ----------------------------------------------------------------------------
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help

--
----------------------------------------
Nicolas MASSART
mail : [EMAIL PROTECTED]

Coleebris
12, av de Versailles 75016 PARIS
web : http://www.coleebris.com/
tel : 01 40 50 60 47
fax : 01 40 50 67 66
----------------------------------------



_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to