Encrypt any text to a recipient using their OpenPGP public key. Runs entirely client-side — no server, no plaintext leaves your device.
PGP message encryption uses the recipient's public key to encrypt content that only they can decrypt with their matching private key. Paste their public key (the .asc block starting with -----BEGIN PGP PUBLIC KEY BLOCK-----) into the key field, type or paste your message, and click Encrypt. The output is a self-contained PGP message you can send over any channel — email, chat, paste service, anywhere — without worrying about the medium.
Encryption is asymmetric: only the holder of the corresponding private key can read the result. Even if an attacker intercepts the ciphertext, they cannot decrypt it without the recipient's private key. This is the same encryption model as GnuPG, ProtonMail, and any standard OpenPGP client.
If you don't yet have the recipient's public key, the Key Inspector tool can fetch it from a public keyserver by email address (when air-gap mode is off). For passphrase-only encryption without a keypair, use Symmetric Encrypt instead. For files, use File Encrypt.