Does someone know if there is an ASP.net library or EXE that obfuscate Javascript like http://javascriptobfuscator.com/default.aspx. I need the same features. I like the obfuscator because when I try to throw it to a beautifier it still very hard to read. Others can be easily reversed engineered to the same code as before. The one on javascriptobfuscator.com does a better job.
It doesn’t offer a downloadable version, so maybe you know where I can find one that does the same. I’ve read other questions but didn’t find one that do that.
That’s a cheap obfuscator, uglifyjs can easily beautify the obfuscated javascript.
Here is the example beautified:
I think it’s pretty easy to read.