Mobile app version of vmapp.org
Login or Join
Cofer257

: How can we secure our web application codes? I have a web application written in the Struts2 framework. I want to host the application with another company. Is there any way to hide the

@Cofer257

Posted in: #Security #WebApplications

I have a web application written in the Struts2 framework. I want to host the application with another company. Is there any way to hide the code which is hosted on the server? What I want is to hide the code from anyone who has access to the server. Using the application would be allowed, but viewing the code prohibited.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Cofer257

1 Comments

Sorted by latest first Latest Oldest Best

 

@Deb1703797

By hiding code i assume that you want to restrict others from seeing your business logic which includes you struts2 Action classes any other configurations and Business logic or other potential algorithms business routines you have written in your application.

When we deploy our application on a web-server we generally give only class files along with any JSP,CSS java-script etc.

though there is no certain or 100% way to d-compile java classes but there are potential so many d-compiler out there which can help to d-compile the code.

So if some one want to really see your code he can get an idea about it.

regarding securing JSP/HTML/CSS etc @pauli has already mentioned some ways but still there is no way you can assure yourself 100% about this.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme