Encrypt & Decrypt Text with Argon2id

Protect sensitive messages in the browser using Argon2id-derived keys and AES-GCM, then share Base64 payloads securely.

Encrypt Text

Argon2 Settings

Memory Cost 256 MB
Parallelism 1 Β· fixed

The browser runs Argon2id on one thread. Extra lanes would not be faster for you, but would be for an attacker's parallel hardware.

These settings are stored inside the encrypted text, so decrypting needs only the password.

Decrypt Text

About Text Encryption

  • πŸ”’ Utilizes Argon2id + AES-GCM for password-based text security
  • 🌐 100% client-side β€” all encryption happens in your browser
  • πŸš€ Optimized parameters for fast, repeatable message workflows
  • πŸ“ Supports up to 5000 characters per encryption cycle
  • πŸ” Outputs Base64 payloads for easy storage, transport, or QA
  • ⚠️ Passwords are unrecoverableβ€”store them securely
An unhandled error has occurred. Reload πŸ—™