Cybersecurity & Privacy

How to Send a Password-Protected Encrypted Message

The Problem With Most Messaging Channels

Email, most chat apps, and shared documents were not designed with strong end-to-end encryption as their default. If you need to send something genuinely sensitive — credentials, financial details, private personal information — through a channel you don't fully trust, encrypting the text yourself before sending adds a real layer of protection independent of that channel's own security.

The Basic Workflow

  1. Write your sensitive message as plain text.
  2. Choose a strong passphrase that you haven't used anywhere else.
  3. Encrypt the message — you now have ciphertext that's unreadable without that exact passphrase.
  4. Send the ciphertext through your normal channel (email, chat, wherever).
  5. Share the passphrase separately — this is the critical step, covered below.

Why the Passphrase Needs a Different Channel

If you send the encrypted message by email and then also send the passphrase in the same email, you've protected nothing — anyone who intercepts one intercepts both. The entire point of the passphrase is that it travels separately: send the ciphertext by email, and the passphrase by text message, a phone call, or an in-person conversation. This separation is what actually makes the encryption meaningful in practice, not just in theory.

A Practical Note on Recipients

Whoever receives your encrypted message needs access to the same decryption tool and the passphrase to read it. Let them know in advance what you're sending and how they'll decrypt it, so an encrypted block of unreadable text doesn't just confuse them on arrival.

Have something sensitive to send securely?

Encrypt Your Message