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

Higher values increase key-derivation time but improve resistance to brute-force attacks.
Allocated RAM for Argon2id (higher consumes more memory but hardens GPU attacks).
Number of CPU threads used during key derivation.

Decrypt Text

Argon2 Settings

Match the iterations used during encryption.
Ensure this matches the memory setting used for encryption.
Use the same thread count you selected when encrypting.

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 πŸ—™