this post was submitted on 23 Feb 2026
102 points (98.1% liked)

ADHDmemes

1517 readers
222 users here now

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Dave@lemmy.nz 3 points 2 days ago

I don't know which at rest point you're meaning, but TLS in an HTTPS connection is not normally considered end to end. For a chat client, end to end encrypted means you hit send, the message is encrypted, and cannot be decrypted until it arrives at the recipient.

An HTTPS connection is decrypted by the server in the middle, then re-encrypted for transit to the next person. I would think E2E could be considered encrypted at rest while on (e.g.) Facebook's servers. The danger area for E2E is at either end, where the decryption client is controlled by the middle man.

I would hope that Facebook would not store the decrypted messages on your device, but I guess they must store something as you aren't prompted each time for your decryption code.