Hello I am looking for a java script obfuscator, as an extension to Visual Studio 2010 preferably with UI (check a bunch of js files and “obfuscate” them into one min.js)
I was consider in “YUI Compressor” tool maybe you could share your opinion about the best obFuscator for VS2010:
“the best”:
1.Doesn’t mess up utf-8 encoded letters (ąčęąčę)
2.Capable of combining few js files into one
3.size of minimized js then ease of use
4.ability(if possible) to minimise css …
,5. free also what is gzip??(try wikipedia;))
I recommend the talifun-web suite which includes a crusher module. It’s always worked a treat for me. In web.config you list the files you want “crushed” into a single file (works as well with CSS as Javascript) and everything else is taken care of.
http://code.google.com/p/talifun-web/