Encryption of the data on the wire.
-
Sunday, May 06, 2012 1:52 PMCan you give me the exact steps of what it would take (perhaps with a sample) to encrypt the data exchange on the wire?
MSDNStudent Knows not much!
All Replies
-
Monday, May 07, 2012 1:24 AMModeratorhttps not enough?
-
Monday, May 07, 2012 2:42 AMIs there a sample which shows how to setup a database to database (both inside my company network) synchronization over https?
MSDNStudent Knows not much!
-
Monday, May 07, 2012 3:39 AMModerator
can you expound more on your requirements? if the databases are both inside your company network, why use http/https based services?
The Sync Framework documentation has plenty of samples/walkthroughs/tutorials on how to go about synchronizing databases...i would start with that. the documentation gets installed as part of the framework installation.
-
Monday, May 07, 2012 5:18 AM
I have seen the sync framework documentation. I also have a piece of working code. But it uses regular ADO.NET to sync data. I don't see any https.
> if the databases are both inside your company network, why use http/https based services
I need wire encyrption. if https is the easiest way of getting wire encyrption then I am OK to use it... otherwise any other methodology which writes the data on the wire in encrypted form is fine.
MSDNStudent Knows not much!
-
Monday, May 07, 2012 5:33 AMModerator
here's a WCF-based sync. you can modify the WCF part to do https if you want:
Database Sync:SQL Server and SQL Express N-Tier with WCF
nevermind that it says SqlServer and SqlExpress, you can use it to sync SQL Server, SQL Express and SQL Azure since the same SqlSyncProvider will work with Server, Express, Azure or even LocalDB
- Marked As Answer by MSDN Student Monday, May 07, 2012 12:26 PM