当应用程序加密时,我如何加密.ini文件和读取数据?我正在用它来读
public string ReadString(string Section, string Key) { return this.ReadString(Section, Key, "", 400); }
发布于 2018-03-05 05:43:24
在这里,您可以使用它加密任何文本或文件https://www.codeproject.com/articles/769741/csharp-aes-bits-encryption-library-with-salt。
https://stackoverflow.com/questions/23248647
相似问题