开发者

Protecting business logic in webservices

Is there a way that a hacker or someone who wants to 开发者_C百科copy my software logic, can reverse engineer the business logic that I have in a webservice?

Is there a way to protect such information?

My development platform in .net asp.net and C#


A user of the web service use only the interface and not binary part of your web service. If your web server not safe enough you can place your business logic to the other server on your internal network which is connected through the second network card.


Binary deployed executables can always be reverse engineered, but the effort to reverse engineer code could be increased by an obscurator.

Here is an example tool: http://www.preemptive.com/products/dotfuscator

There are always ways for a hacker or the user of a webservice to get access to the binary. Here I define the user as the individual you sell your solution to.

A webservice client does not have access to the code unless the server is compromised.


Only if the hacker is somehow able to gain read permission to the bin folder on your web server will they be able to pull down the binary file and reverse engineer it. I agree with Oleg's answer in that if you are really worried about securing the biz logic you should put it on a seperate server and access it through a seperate internal network.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜