开发者

Encrypting Communication with SQL Server Database

开发者 https://www.devze.com 2023-01-16 08:21 出处:网络
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 connecti

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


  1. There's encryption available in Sql Server (symmetric, asymmetric keys, certificates).
  2. An endpoint with SSL and encryption.
0

精彩评论

暂无评论...
验证码 换一张
取 消