this post was submitted on 28 Jan 2025
766 points (98.5% liked)

Technology

61227 readers
4025 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Signal has announced new functionality in its upcoming beta releases, allowing users to transfer messages and media when linking their primary Signal device to a new desktop or iPad. This feature offers the choice to carry over chats and the last 45 days of media, or to start fresh with only new messages.

The transfer process is end-to-end encrypted, ensuring privacy. It involves creating a compressed, encrypted archive of your Signal data, which is then sent to the new device via Signal's servers. Despite handling the transfer, the servers cannot access the message content due to the encryption.

With the introduction of a cross-platform archive format, Signal is also exploring additional tools for message transfer to new devices or restoration in case of device loss or damage. Users can begin testing this feature soon, with a wider rollout expected in the coming weeks.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 3 days ago (2 children)

I'm not bagging on signal, here, since I use it too. But what about xmpp? It does e2ee, right?

[–] [email protected] 7 points 3 days ago

XMPP basically uses the same end to end encyption method as Signal, but due to it not being mandatory some things are easier but come with the footgun that you can accidentially disable it (but it is enabled by default in most modern xmpp clients).

Otherwise: since XMPP federates more servers can theoretically see some metadata, but since most servers are small and community run there isn't a single big target like with Signal where you can siphon off all the metadata. So you can make arguments for both. XMPP: more meta data but decentralized, Signal: less metadata but all in one place.

[–] [email protected] 2 points 3 days ago (1 children)

XMPP has been an option for decades, if your contacts aren't using it by now, they arent going to. And with communications tools, both parties have to agree on a tool. Even if one party doesn't care about privacy or security.

Raw brute force security isn't the point most of the time, and ease of use and simplicity of setup are going to be major factors in adoption. Signal is much easier to get started with for most people than XMPP.

[–] [email protected] 1 points 3 days ago (1 children)

Yeah. If the contact would be installing a whole new client to communicate with you anyway, why not make it an XMPP one? I got my mom to use it like this.

I did hear that the implementation of the encryption isn't as good as in Signal (and most clients also use an older version of it), but from my understanding - not in any way critically so.

[–] [email protected] 2 points 2 days ago (1 children)

XMPP only does message encryption. Signal has spent tons of engineering time and effort to minimize the collection of metadata, not just encryption of message content.

[–] [email protected] 1 points 2 days ago

Yeah, true! However, you also have to trust their server not to log what is available to them (including your whole social graph), while with XMPP you can SSH into your server and see that its retention is exactly as you expected. But yeah, the issue remains when interacting with other servers - tho even then there the data is more evenly distributed between different servers with different owners.