Comment by πŸŒ† skyjake

Re: "Lagrange is *seriously* impressive. Once I can sync…"

In: u/sam

@daruma @satch Ideally the sync system would work without any additional dependencies. Using Titan and Gemini requests would be ideal, I suppose.

Both self-hosted and public sync servers are justified. Especially in the latter case, encrypting all data stored on the server using a client-provided key seems mandatory. The server operator ideally wouldn't be able to access the clear data at all, for privacy and security. I have some thoughts how you'd do incremental sync updates and merges like this, but it starts getting complicated. Also remember, there is more data than just bookmarks and identities (navigation history == subscription read status, maybe open tabs, snippets, site settings, trusted server certs).

πŸŒ† skyjake [sysop]

2025-02-05 Β· 1 year ago

1 Later Comment

🐐 satch · 2025-02-05 at 17:33:

@skyjake we're thinking along the same lines here.

Each user has:

Data is encrypted using AES-GCM or XChaCha20-Poly1305 for better nonce security.

When a new device is added, the existing device shares the Master Key encrypted with the recipient device’s public key.

All the server needs is a way to associate different public keys from different devices with one set of data. It would be nice to avoid usernames but that's one simple solution.

Original Post

πŸ„ sam

Lagrange is *seriously* impressive. Once I can sync bookmarks and certs easily between clients it'll be near perfect.

πŸ’¬ 8 comments Β· 3 likes Β· 2025-02-03 Β· 1 year ago