Spyke
lemmy.ml

No, they only have transport encryption with TLS. This is why we recommend Matrix instead. I think Mastodon is working on E2E encryption for ActivityPub, but it seems extremely complicated.

5
lotanisreply
discuss.tchncs.de

Implementing E2E isn't just about the encryption though, it's also about the key exchange/distribution/generation approach.

If you look at what Matrix does, so much of the complexity comes from how they authenticate all the different clients to manage E2E in a distributed way. For proper E2E you've got more than 2 ends (multiple clients) so you need to manage it for all.

4
lemmy.ml

I don't get what makes it hard to implement the same stuff using libraries provided, encryption should be optional for servers administrators to enable

1

You reached the end