|
|
|
|
|
by weikju
479 days ago
|
|
> Brave has sync which does not rely on a centralized server Didn't they change that to some more centralized solution in the past couple of years, citing difficulties with peer-to-peer syncing? > Sync v1 was a completely custom sync system, built as part of the old “Muon” browser. Sync v1 stored all data into an encrypted log on S3. New browsers joining the sync chain had to download all the logs and re-assemble the events in order. The browsers were also responsible for cleaning up out of date data records. > Sync v2 was rebuilt to be more directly compatible with the Chromium sync system (Chromium is the same open source base of Google’s Chrome and Brave). Brave built a sync server that more directly followed Chromium’s sync protocol, but defaulting instead to use encrypted data records. Sync v2 more easily supports more sync data types, while still keeping the client side data encrypted, so only you can see your data. https://support.brave.com/hc/en-us/articles/360047642371-Syn... |
|