javascript-obfuscator / javascript-obfuscator-ui

A web UI to the JavaScript Obfuscator node.js package.
https://obfuscator.io
BSD 2-Clause "Simplified" License
230 stars 130 forks source link

Saving and reusage of obfuscation parameters #54

Closed interazioni closed 3 years ago

interazioni commented 4 years ago

I'm currently evaluating https://obfuscator.io/, and I love the goals of this project. I will need to obfuscate several different files, and most of them will have differences in some parameters (mainly reserved domains, reserved names and reserved strings). So it would be very useful to have the possibility to save and resume all processing options. This could be done placing these options in separate files, or putting them at beginning of result and source files, or having two additional windows for input and processed parameters. It would make this tool easily reusable with different files. Thanks a lot.

nickpapoutsis commented 4 years ago

Seconded

sanex3339 commented 3 years ago

I'll close this issue in favor of https://github.com/javascript-obfuscator/javascript-obfuscator-ui/issues/63