使用 Nant 的安全问题
我需要存储身份验证信息,但我不想拥有纯文本的密码:
<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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论