|
|
|
|
|
by yarg
1315 days ago
|
|
> because that's not actually a thing that makes sense. No for micro-blogging, but Mastodon supports direct messaging, and if you support direct messaging, you should support end-to-end. > If you don't own the key exchange ... Sure, but I trust https://letsencrypt.org/ more than I trust some random running a server. |
|
No other microblogging service with DM support has e2e anything. Because they're websites. To have meaningful e2e you need to have key exchange and device keys, and if you have a website you can look at your DMs on then the website has to have a key. If the website has a key the owner of the website can look at your DMs. This is just fundamental to hosted web services, and it's why if you use icloud messaging with imessage you're no longer guaranteed e2e, and why signal just doesn't even have a website for you to use.
> Sure, but I trust https://letsencrypt.org/ more than I trust some random running a server.
LE has nothing to do with this? The key exchange I'm talking about is the end keys. User keys. LE doesn't provide those. For e2e IM systems a server has to manage user/device:key mappings, and are a central point of trust. They can potentially inject a "listening key" into your recipient list without you knowing and tap you or even impersonate you (but only in a forward way).
E2E is not a panacea, but it's also largely irrelevant to websites.