标签: c# encryption ini
我如何加密.ini文件并在加密时从应用程序中读取数据? 我用它可以阅读
public string ReadString(string Section, string Key) { return this.ReadString(Section, Key, "", 400); }
答案 0 :(得分:0)
在这里,您可以使用它来加密任何文本或文件 https://www.codeproject.com/articles/769741/csharp-aes-bits-encryption-library-with-salt