this post was submitted on 21 Jul 2026
1 points (66.7% liked)

Matrix

405 readers
1 users here now

The secure messaging protocol.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] zo0@programming.dev 1 points 3 weeks ago (1 children)
[–] refalo@programming.dev 1 points 3 weeks ago (1 children)

Basically the only thing actually encrypted in matrix e2e are the message contents itself. All other possible types of associated metadata, aren't.

[–] explorator_1317@mander.xyz 1 points 1 week ago (1 children)

Is there a given reason for this? Is it something they're working on changing? I know very little about cybersecurity, but that sounds like a suboptimal situation.

[–] JadedBlueEyes@programming.dev 2 points 1 week ago (2 children)
  • There are efforts to encrypt more information and metadata, and to reduce the extent metadata can be correlated
  • The primary reason that things aren't encrypted is to allow the server to perform necessary parts of the protocol, like deciding who is in a room, what the title of the room is and to whom should messages be delivered.
[–] explorator_1317@mander.xyz 1 points 6 days ago

Good to know, thanks!

[–] refalo@programming.dev 1 points 1 week ago

I wonder if something like onion routing could be helpful?