1

I am using Sync framework default database provider to synchronization (Sync framework 2.1). Can anyone please give me bit explanation how data transfer between client and server with sync framework? Are there any security threat with this Synchronizing? Can we use encryption with default database provider?

I read the following article, http://msdn.microsoft.com/en-us/sync/bb887608.aspx

From a synchronization perspective, Sync Framework supports the ability to encrypt data as it travels between databases. On the corporate side, SQL Server 2008 as well as existing IIS security can be leveraged for user authentication as users exchange data.

we are using the default sync provider. Can we use default database provider to synchronize over the HTTPS or SSL? Basically what I need to know is, can someone see the data transferring between client to server?

Please give me your answer.

Regards,

4

2 回答 2

0

同步框架 OOTB 不会通过网络加密数据。

如果您通过 HTTP 进行同步,那么您可以启用 SSL 来加密流量。

您还可以在 SQL 连接上启用 TDS 加密。

于 2014-02-24T01:01:38.187 回答
0

当我使用这项技术时,这篇文章对我有帮助

使用 Microsoft Sync 框架更改数据库架构,而不会丢失任何跟踪表数据

在这里你可以找到两篇有信息的文章

https://drive.google.com/folderview?id=0B_21acb3mbRQV3Mxdm5TeVVTcEU&usp=sharing

嗨,如果您使用的是 ssl,那么它足以用于加密目的

希望能帮助到你

于 2014-02-22T04:07:11.263 回答