Encryption, in plain language

How it works, step by step

You don't need to be a cryptographer. Here's exactly what happens to your mail, in order.

Illustration of emails and files being encrypted locally before reaching secure storage.
Your device Encrypts locally
Our servers Cannot decrypt
Your content is encrypted on your device before it leaves. The client is open source, and the server only ever sees ciphertext.
  1. Download from your mailbox

    The app connects to Gmail, Yahoo, or any IMAP account and reads the mail you want to archive.

  2. Encrypt on your device

    Each message is encrypted locally with a key derived from your password. The key never leaves your device, and the client code is open source for verification.

  3. Upload only ciphertext

    Only ciphertext ever reaches our servers. You can inspect the open-source client to verify that data is encrypted before upload.

  4. Verify integrity

    The app confirms every message uploaded correctly and can be decrypted again before moving on.

  5. Purge, optionally

    If you choose, archived mail can be deleted from your provider to free up space — only after the archive is confirmed.

What happens if you forget your password

You have several recovery paths: your 12-word recovery phrase, or any other device you are already signed in on can unlock the archive again.

This is both the strength and your responsibility

If you lose ALL of your paths — your password, your recovery phrase, and every signed-in device — even we cannot recover your data. That is exactly what zero-knowledge means: we hold no backup key. Keep your recovery phrase somewhere safe.