Forum Discussion
Does Edge's sync use end-to-end encryption by default?
- Sep 09, 2019
End-to-end encryption (enduser-to-enduser encryption) is a concept where communication is encrypted directly between the users of a system, whereas many systems just provide encryption between each individual user and the service provider.
Microsoft uses TLS so data is encrypted on user side and gets decrypted on the server side, so that the data can be stored on the server. no 3rd party should be able to eavesdrop on the connection.
using E2E encryption means that the user doesn't even trust Microsoft servers, or Google servers in case of Google Chrome browser.Note that technically speaking, any secure communication tunnel provides encryption between two ends, but the term end-to-end encryption is usually applied to messaging services or, more generally, the secure communication between users of a service but not between a user and the service provider itself.
so you see E2EE is not really necessary if you are dealing Directly with Microsoft servers, Not other users.
End-to-end encryption (enduser-to-enduser encryption) is a concept where communication is encrypted directly between the users of a system, whereas many systems just provide encryption between each individual user and the service provider.
Microsoft uses TLS so data is encrypted on user side and gets decrypted on the server side, so that the data can be stored on the server. no 3rd party should be able to eavesdrop on the connection.
using E2E encryption means that the user doesn't even trust Microsoft servers, or Google servers in case of Google Chrome browser.
Note that technically speaking, any secure communication tunnel provides encryption between two ends, but the term end-to-end encryption is usually applied to messaging services or, more generally, the secure communication between users of a service but not between a user and the service provider itself.
so you see E2EE is not really necessary if you are dealing Directly with Microsoft servers, Not other users.
- BdsrevSep 09, 2019Iron ContributorI think the concern is that companies like Google can use synced data to build a profile of their users for advertising purposes (or other purposes). So I guess if Microsoft could guarantee that synced data won't be used for user profile building, that would be sufficient.
- HotCakeXSep 09, 2019MVPAgreed, I guess after the Facebook incident, all of the tech giants learned their lessons about user data and to keep them safe