使用 Nant 的安全问题

发布于 2024-09-05 22:21:51 字数 268 浏览 3 评论 0原文

我需要存储身份验证信息,但我不想拥有纯文本的密码:

<property name="user"      value="theUser"/>  
<property name="password"  value="secret"/>

有人找到了在 Nant 中加密属性值的方法吗?
我查看了 Nant 和 Nantcontrib 文档,但没有提到加密。我正在考虑创建自己的 Nant 任务。

有什么建议吗?

I need to store authentication information and I rather not have the password in plain text:

<property name="user"      value="theUser"/>  
<property name="password"  value="secret"/>

Has anyone figured out a way to encrypt property values in Nant?
I've looked in Nant and Nantcontrib docs but no mention of encryption. I am considering going the route of creating my own Nant Task.

Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文