Post #1229251
2026-04-15 15:16 UTC
Replies (2)
-
@reflex@retrogaming.social 2026-04-15 15:18
@jaz @benpate @earth_walker HTTPS is E2EE between the server (instance) and client (app/browser/etc). It ensures data in transit cannot be intercepted easily. E2EE messaging is the same thing but user to user, essentially keeping the data invisible to the server (instance). Same principle. It's commonly used and typically invisible to the admin. It does not block screenshots, reporting mechanisms will still be valid. Again, assuming this implementation does not do something weird.
-
@benpate@mastodon.social 2026-04-15 16:11
Sorry. We are talking about a different end. E2EE means encrypting messages from my device all the way through to your device, and not being decrypted by the server in the middle. HTTPs://does not do this, so this message I’m sending to you is readable by the admins of several intermediate servers. It’s a very different model for communication. @reflex @jaz @earth_walker