Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 xml 文件是无法受密码保护的文本文件,但我正在寻找一种方法来保护一堆 xml 文件不被轻易查看。虽然我的 winform 应用程序需要它们。我可以将它们打包成 .lib 或 .dll 吗?如果是这样,如果在 dll 中,我如何读取它们?对不起,对编程很陌生。谢谢
它加深了您想走多远。您可以将您的 XML 序列化为二进制,这很可能会阻止 99% 的爱管闲事的人。为了更进一步,您还可以加密您的 XML。
如何使用 Visual C# 加密和解密文件
是的,您可以将任何文件嵌入到您的程序集中
您可以通过以下方式访问代码中的资源:
My.Resources.MyNewResource