I have a SQL Server database with some sensiti开发者_StackOverflow社区ve info. I want to encrypt communications between this database and a remote webservice. How is this achieved?
Encrypt the connection using SSL:
- Encrypting Connections to SQL Server
- There's encryption available in Sql Server (symmetric, asymmetric keys, certificates).
- An endpoint with SSL and encryption.
精彩评论