JavaScript Compressor / Obfuscator
-
Hey guys anyone know a good javascript obfuscator / compressor ? Is there an industry standard software for this ? thanks
-
Hey guys anyone know a good javascript obfuscator / compressor ? Is there an industry standard software for this ? thanks
-
Hey guys anyone know a good javascript obfuscator / compressor ? Is there an industry standard software for this ? thanks
A quick Google Search got me this online freeware utility: http://javascriptcompressor.com/[^]
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
Hey guys anyone know a good javascript obfuscator / compressor ? Is there an industry standard software for this ? thanks
There was me thinking all JavaScript was obfuscated.
DEVELOPER DAY SCOTLAND 10th MAY 2008 http://www.developerdayscotland.com/[^]
-
Hey guys anyone know a good javascript obfuscator / compressor ? Is there an industry standard software for this ? thanks
Obfuscator? As long as the browser can execute it, I can understand it. =) Frankly, one weakness of many obfuscators happen to be: You find the function that deobfuscates the code so the browser can execute it. You make the function write the deobfuscated code using document.write() or something that makes the code a part of the rendered output and you're home free.
ROFLOLMFAO