Good and easy WCF EF4 or XML leaderboard to put into my MVC 3 web app for my WP7 games? Security? -
i realized basic attempt hackable. main issues deal when creating leaderboard? connection string need encrypted somehow ? else? hoping not complex..
anyone have references have used doing ?
i understand problem now, based on comments above. may helpful rephrase original question.
ok, can not prevent people getting credentials use call web service silverlight or jquery or other similar client side code. understand this, have think how silverlight works. silverlight code sent client. client can anyone, , not have control on except know understands silverlight code. so, here can accomplish:
- obfuscate code prevent people copying presentation logic: http://www.preemptive.com/products/dotfuscator/overview
- configure wcf endpoint use https talk clients. prevent people intercepting communication between these layers.
- put important code in wcf service. way, if decompiles , de-obfuscates silverlight code, don't lose critical code.
this post explains same thing:
Comments
Post a Comment