this post was submitted on 26 Mar 2025
262 points (100.0% liked)
Privacy
2718 readers
215 users here now
Welcome! This is a community for all those who are interested in protecting their privacy.
Rules
PS: Don't be a smartass and try to game the system, we'll know if you're breaking the rules when we see it!
- Be civil and no prejudice
- Don't promote big-tech software
- No apathy and defeatism for privacy (i.e. "They already have my data, why bother?")
- No reposting of news that was already posted
- No crypto, blockchain, NFTs
- No Xitter links (if absolutely necessary, use xcancel)
Related communities:
Some of these are only vaguely related, but great communities.
founded 7 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Matrix shares metadata in plaintext with every participating server: who talks to who, when and how often.
https://spec.matrix.org/latest/#room-structure
The content of the messages can be encrypted. Who is in a room and who sent each message is not. See the “shared data” section of the chart.
Encrypting that data would require something like Sealed Sender (like Signal), and that is entirely absent from the spec and any implementation.
Edit: to the people downvoting, this is the literal Matrix spec upon which all the implementations rely. You are asking me to prove the absence of something in it. If you could, point me to the section that comments on the encryption of metadata in the spec. You may not like the answer (I’d love for it to encrypt metadata too!) but that doesn’t change the fact that it doesn’t encrypt metadata at this time.
yeah, no shit, it's decentralized.
If you don't want that metadata visible then host your own server and require your organization to use only that server, there are settings specifically to enforce this use-case.
the french government uses matrix for communications, it's fine.
However, unlike Signal, you can exclude external participating servers entirely.
(I heavily prefer XMPP to Matrix tho, even though I host both)