What we can and can’t see
Lastward is honest about its privacy boundary:
The one-line version: we can see that a switch exists and when it fires — never what’s
inside.
How the encryption works
Your files and secrets (and, if you choose, your messages) are zero-knowledge:1
Encrypted on your device
When you save an encrypted item, your device encrypts it with a strong modern cipher
(XChaCha20-Poly1305). The key is derived from a passphrase you choose (via Argon2id).
Only the ciphertext ever leaves your device.
2
Share the passphrase out-of-band
You give the passphrase to your recipient outside the app — in a will, a sealed
envelope, or in person. We never see it, so we can’t lose it or hand it over.
3
Your recipient decrypts in their browser
When the switch fires, your recipient opens a link and enters the passphrase. Decryption
happens entirely in their browser — the passphrase is never sent to us.