加密非 ASP.Net 应用程序中的连接字符串
我正在使用 C# 和WPF,当然还有 app.config 文件。我无法找到存储在 app.config 中的加密连接字符串的示例。 ASP.NET 和 web.config 有很多示例,但 app.config 没有任何可靠的示例。我遇到的唯一例子清楚地表明该字符串仅在首次加密的同一台机器上“可解码”(甚至是一个单词吗?)。是否有任何可行的选项可以在 app.config 中使用加密的连接字符串(或其他数据)?
I am working with C# & WPF and, of course, an app.config file. I have not been able to find an example of encrypted connection strings, stored in the app.config. There's plenty of examples for ASP.NET and web.config but nothing solid for app.config. The only examples I have come across clearly state that the string is only "decode-able" (is that even a word?) on the same machine that it was first encrypted on. Are there any viable options for working with encrypted connection strings (or other data) in an app.config?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
加密 App.config 中的 ConnectionString
Encrypt ConnectionStrings in App.config