Private by Design: How We Built Firefox Sync
hacks.mozilla.org
Private by Design: How We Built Firefox Sync
1–10 of 180 posts
Re: Private by Design: How We Built Firefox Sync
#2Re: Private by Design: How We Built Firefox Sync
#3Re: Private by Design: How We Built Firefox Sync
#4Re: Private by Design: How We Built Firefox Sync
#5Re: Private by Design: How We Built Firefox Sync
#6This is a good example of why Firefox is so important. Mozilla's incentives, unlike those of companies making significant revenue from tracking-based advertising, align with the user. Google, for example, could have implemented Chrome's sync feature in a privacy preserving manner, but instead chose to use it as a method to collect their users' complete browsing histories.
Re: Private by Design: How We Built Firefox Sync
#7How does Firefox Sync handle a user changing their password? What if the password is changed from another device? Does it force users to first sign in with old password and only then allow to change it, essentially re-encrypting everything and syncing again? If so, does that mean forgetting the password equals to losing all synced data?
That said, if you forget your password you do lose remote synced data. The hope is that you have at least one device connected that still has the data, which will upload it in that case. This doesn't work in all cases (there's a pretty common and unfortunate pattern where someone reinstalls their OS, doesn't remember their password, and loses data as a result)
You can also generate and store a separate recovery key to help avoid data loss, https://support.mozilla.org/en-US/kb/reset-your-firefox-acco....
Re: Private by Design: How We Built Firefox Sync
#8This is a good example of why Firefox is so important. Mozilla's incentives, unlike those of companies making significant revenue from tracking-based advertising, align with the user. Google, for example, could have implemented Chrome's sync feature in a privacy preserving manner, but instead chose to use it as a method to collect their users' complete browsing histories.
Doesn't chrome lets you use your own encryption key?
Re: Private by Design: How We Built Firefox Sync
#9Re: Private by Design: How We Built Firefox Sync
#10This is a good example of why Firefox is so important. Mozilla's incentives, unlike those of companies making significant revenue from tracking-based advertising, align with the user. Google, for example, could have implemented Chrome's sync feature in a privacy preserving manner, but instead chose to use it as a method to collect their users' complete browsing histories.
Doesn't chrome lets you use your own encryption key?
> One could, however, add a second passphrase that is never sent to the server, and encrypt the data using that. Chrome provides this as a non-default option.
The average user doesn't have the expertise to know that they have to configure an additional "master password" to keep Google from mining their data for ads.