How can I securely store login credentials for remote service in my web applications database?
I have to allow web applications administrator to set the username/password for remote Exchange server. 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?