.NET中的dll安全性,SQLite? [英] dll security in .Net ,SQLite ?

查看:97
本文介绍了.NET中的dll安全性,SQLite?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对我的项目来说是模糊的吗?

is obfuscate secure for my project ?

推荐答案

.NET(就像Java)不是在机器代码中编译而是在字节码中编译.字节码可以很容易地反转,并且有很多工具可以做到这一点.我认为使用SQLite是指将数据存储在sqlite数据库中,而不是直接存储到dll中.这可能会有所帮助,但是仍然任何人都可以打开sqlite数据库文件并读取其数据.

如果要使用dll,则可能需要使用第三方工具来混淆代码.我建议您使用sqlite方式对数据进行加密.

希望这会有所帮助.
.NET (just like Java) does not compile in machine code but in bytecode. Bytecode can be easily reversed, and there are many tools that do that. With using SQLite I think you mean storing data in a sqlite database instead of directly into the dll. This may help but still anyone can open a sqlite database file and read its data.

If you want to use your dll, you may want to obfuscate your code with third party tools. With the sqlite way I suggest to you to encrypt your data.

Hope this helps.


这篇关于.NET中的dll安全性,SQLite?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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