简体   繁体   English

如何安全地存储远程服务的密码?

[英]How to securely store passwords for remote services?

How can I securely store login credentials for remote service in my web applications database? 如何在Web应用程序数据库中安全存储远程服务的登录凭据?

I have to allow web applications administrator to set the username/password for remote Exchange server. 我必须允许Web应用程序管理员为远程Exchange服务器设置用户名/密码。 I believe I cannot use hashing since I need the exact password to authenticate to the remote service. 我相信我不能使用哈希,因为我需要确切的密码来验证远程服务。 I am wondering what is the most secure way to handle this? 我想知道最安全的方法是什么?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM