Encrypt Text — Share Secrets Securely
Skip to main content

Text Encryptor / Decryptor

Encrypt a message with a passphrase, share the result, and let the receiver paste it back to decrypt. AES-256-GCM, all in your browser.

Encrypted in your browser. Anyone you share this with needs the passphrase.

How it works

  • Your passphrase is stretched with PBKDF2 (200,000 iterations, SHA-256) into an AES-256 key.
  • Encryption uses AES-GCM with a per-message random nonce — same plaintext produces a different ciphertext every time.
  • Output is URL-safe base64, ready to paste into chat, email, or a URL.
  • Nothing leaves your browser. We never see, log, or store your message or passphrase.

Text Encryptor

Text Encryptor is a free, client-side tool designed to help developers with encrypt and decrypt messages with a passphrase. aes-256-gcm under the hood..

How to Use

  1. Input your data into the primary editor or upload a file.
  2. Adjust any necessary configuration options.
  3. View the output in real-time or click the action button to process.
  4. Copy or download the results securely.

Privacy First

All processing happens directly in your browser. We never send your sensitive data to our servers.

Frequently asked

Related Tools