I want to know if there is a tool to obfuscate a whole Cordova/Phonegap project or not? I means whole js files which are related to each others and html ans css files. I's so hard to do it one by one.
Project obfuscation is the only way variable/function renaming is coherent across all your files, including HTML, and your code does not break. Also, it's important that the obfuscator deals correctly with dependencies, and perform code transformation in a way that guarantees that the code is not broken.
JScrambler is IMHO the best tool for the job:
A word of care about "uglifiers". Most of them are plain minifiers and optimisers. They do a good job at that, but a very bad one at obfuscating. It's usually quite fast to reverse that code.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With