stephenmathieson/node-obfuscator

Obfuscate only without uglify?

kevyworks opened this issue · 4 comments

Is this supported? possible to add this? I just need to concat the scripts and run to obfuscator..

At the moment, no, this isn't supported. The best you could do is turn off all compression options (e.g. these things).

While adding support would be trivial, I'm hesitant as I don't understand the use case. Can you explain why this addition would be useful?

Thank, ill give it a try. Regarding the use-case; I do my own concatenation of script and what is left for me to do is to minify and use your obfuscator, the hex thing, which is reminds me of http://javascriptobfuscator.com/

Any update on supporting this? The ability to simply concat pre-uglified code would mean that node-obfuscator would not have to continually upgrade with new uglify options. Otherwise, you'll get lots of users raising issues everytime uglify changes :-)

Hi https://github.com/zsoltszabo/node-uglifier project can do it and much more.