Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_discuss thread: Scrambling ASP Code


Message #1 by "Andre Matos" <amatos5@h...> on Tue, 4 Dec 2001 11:58:54

Does anyone know of a good tool to scramble ASP code? 



I'm looking for something that removes all spaces, newlines, comments, and 

changes variable names and function names. I've looked into a few, but 

they all seem to have their limitations. JMyth only supports DOS 

filenames. Jammer doesn't modify function and variable names. And the 

JavaScript Scrambler v1.11 doesn't do anything with variable names.



It can be a commercial product.



By the way, techniques to hide client side script doesn't work for me, as 

I need to distribute my server side ASPs.



Thanks,



Andre
Message #2 by "Daniel O'Dorisio" <daniel@o...> on Tue, 4 Dec 2001 07:02:00 -0500
put your business logic in a dll.. only use asp for the glue...



windows script encoder does something like what you want.. allthough it

donsnt hamper somone from looking at it.. there is a decoder out there

freely and widely available.



daniel



--

-----------------------------

Daniel O'Dorisio

daniel@o...

www.odorisio-networks.com

-----------------------------

"Andre Matos" <amatos5@h...> wrote in message

news:125754@a..._discuss...

:

:

: Does anyone know of a good tool to scramble ASP code?

:

: I'm looking for something that removes all spaces, newlines, comments, and

: changes variable names and function names. I've looked into a few, but

: they all seem to have their limitations. JMyth only supports DOS

: filenames. Jammer doesn't modify function and variable names. And the

: JavaScript Scrambler v1.11 doesn't do anything with variable names.

:

: It can be a commercial product.

:

: By the way, techniques to hide client side script doesn't work for me, as

: I need to distribute my server side ASPs.

:

: Thanks,

:

: Andre

:

:






  Return to Index