mwldeWORK / GOLUB
CARRIER: PIGEON // ENCRYPTED

ROT 000°

A messenger with nothing to leak.

X3DH / DOUBLE RATCHET / FASTIFY / REACT NATIVE

end-to-end encrypted messenger built solo, from key agreement protocol to mobile client, running in production.

key agreement is x3dh over curve25519: a prekey bundle, an ephemeral handshake, and a shared secret neither the server nor a passive observer ever sees. the double ratchet advances the key on every message, so one compromised key never unlocks the thread.

the server is deliberately dumb. it routes ciphertext and stores prekeys, nothing more — no plaintext, no metadata it doesn't strictly need. the real engineering is on the client, where ratchet state has to survive app restarts without ever touching disk in the clear.

KEY AGREEMENT
X3DH
RATCHET
DOUBLE
CURVE
25519
SERVER KNOWLEDGE
NONE
View Project ↗
Awaiting FootageCIPHERTEXT ONLY // NOTHING TO SEE