简体   繁体   中英

How to Secure Silverlight Application

Our team wants to create a secure interactive application in silverlight. But as I know silverlight output is loosely compiled zip file and its download on the client machine before use or run application. And it could easily decompiled using any dot net decompiler.

I have gone through the google for security in silverlight but have not found good enough resources.

How we can secure the Silverilght application from decompilation? Can someone explain the security practices which need to be followed to prevent this when creating an application with silverlight?

If you are worried about people decompiling your Silverlight XAP file, you need a special kind of tool called Obfuscator . There's a ton of alternatives for .NET but there's a few that work quite well with Silverlight, this a list of the ones I've tried or heard good comments from other people:

Hope that helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM