我有一个应用程序,它的名称和徽标可以直接从同一目录中的 TXT 和 PNG 文件更改。
我想让用户能够从执行以下操作的另一个应用程序更改徽标和文本文件:
Takes the Logo.png , Name.txt file paths and the directory of my Software then encrypt these two files and put them in the Directory of the Software
另一方面。该软件将解密这两个文件并将它们写入硬盘到临时目录,然后使用它们显示名称和徽标。
我搜索了加密文件的最简单和最简单的方法,我发现:
从 MSDN :
文件.加密():
Encrypts a file so that only the account used to encrypt the file can decrypt it.
谁能告诉我“只有用于加密文件的帐户才能解密它”是什么意思?
Application1加密来自Computer1的应用程序,然后该文件将由Application2中的Computer2解密
加密会正常工作吗?
编辑:
我需要加密这两个文件的目的是避免用户直接从目录中更改徽标和应用程序名称