Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What types of applications should be obfuscated?

applications obfuscated types
0
10 Posted

What types of applications should be obfuscated?

0

Anyone developing Java applications where the source code is not publicly available or there is private information embedded inside the code should obfuscate. One argument we have heard is that “we are writing corporate-wide software, so we don’t need to obfuscate”. Assuming the company provides all employees access to the source code for that application, then this is true. But, if not, whoever has access to the application can easily reverse engineer the source code with a freely available tool or an online web submission. If you have any information such as SQL, username/passwords, proprietary business logic etc. inside the application it can be easily obtained. In addition, applications that have a networked/distributed component, browser based, or written for J2ME will clearly benefit from compaction.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123