Reputation: 32490
I have a SQL Server database with some sensitive info. I want to encrypt communications between this database and a remote webservice. How is this achieved?
Upvotes: 2
Views: 746
Reputation: 269278
Encrypt the connection using SSL:
Upvotes: 4
Reputation: 6015