Answered Encryption of the data on the wire.

  • domingo, 06 de mayo de 2012 13:52
     
     
    Can 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!

Todas las respuestas

  • lunes, 07 de mayo de 2012 1:24
    Moderador
     
     
    https not enough?
  • lunes, 07 de mayo de 2012 2:42
     
     
    Is there a sample which shows how to setup a database to database (both inside my company network) synchronization over https?

    MSDNStudent Knows not much!

  • lunes, 07 de mayo de 2012 3:39
    Moderador
     
     

    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.

  • lunes, 07 de mayo de 2012 5:18
     
     

    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!

  • lunes, 07 de mayo de 2012 5:33
    Moderador
     
     Respondida

    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

    • Marcado como respuesta MSDN Student lunes, 07 de mayo de 2012 12:26
    •