.net exe文件上的加密 [英] Cryptography on .net exe file

查看:134
本文介绍了.net exe文件上的加密的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好。



我正在开发一个在嵌入式PC上运行的项目,我正在使用Visual Studio 2008中的C#语言开发我有一个数据库使用sql server ce。



我希望我的代码和我的exe文件不被反编译。



什么是最好的解决方案?



TnX

Hi every one

I am working on a project which is running on an embedded pc and I am developing by C# language in visual studio 2008 and I have a database using sql server ce.

I want my code and my exe file not to be decompiled.

what is the best solution?

TnX

推荐答案





无法阻止对.NET应用程序进行反编译。



但您可以尝试混淆你的申请。这并不妨碍反编译,但它使反编译代码很难理解为人类。但是,有一些去混淆,但是混淆可能对你有所帮助。



这里你找到一个混淆器列表:

< a href =http://stackoverflow.com/a/60054> http://stackoverflow.com/a/60054 [ ^ ]
Hi,

It's not possible to prevent decompling for a .NET application.

But you can try to obfuscate your application. This doesn't prevent decompiling, but it makes the decompiled code very hard to understand for a human. However, there're de-obfuscators, but obfuscating can probably help you.

Here do you find a list of obfuscators:
http://stackoverflow.com/a/60054[^]


你可以做的唯一事情就是混淆你的exe文件 - 谷歌可以提供帮助:< a href =https://www.google.co.uk/search?q=Obfuscating+your+exe+file&oq=Obfuscating+your+exe+file&aqs=chrome.0.69i57&sourceid=chrome&ie = UTF-8> Google [ ^ ]
Pretty much the only thing you can do is look at Obfuscating your exe file - Google can help: Google[^]


这篇关于.net exe文件上的加密的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆