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?
+2
A:
- There's encryption available in Sql Server (symmetric, asymmetric keys, certificates).
- An endpoint with SSL and encryption.
Denis Valeev
2010-09-17 11:51:43