Obfuscating Javascript on the fly
I was working on this extremly bleeding edge .NET application with some hightech (stolen) javascript code, when I figured I needed a way to obfuscate the client side scripts. I searched the web twice, but all I came up with was a couple of advanced desktop applications that could do the trick… but that was not what I wanted…
So, I ended up porting an open source java based javascript obfuscator to C#, adding an HttpHandler and - voila - now I have this little piece of equipment that automagically obfuscates my javascript code before it leaves the server… feel free…












