문제

Although I understand that the chances are very minimal in cracking an application which is distributed via Appstore, I still want to obfuscate my worklight project for security reasons. Is there any inbuilt tool available within Worklight Studio or if not any plugin which can meet my requirement?

도움이 되었습니까?

해결책

Obfuscation is not a bullet-proof security measure. Anyway, Worklight does not provide this ability built-in, however you can follow the instructions from this IBM Worklight blog post, about obfuscating your application's JavaScript code:

From the blog post:

It is very important to understand that code obfuscation, especially in JavaScript, is a relatively weak security measure. Most modern web debugging tools are smart enough to "prettify" the obfuscated code reverting it to a much more readable (however still not original) format.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top