AES Text Encryptor
Encrypt and decrypt text with AES-256-GCM and a passphrase, entirely in your browser.
This encrypts text with AES-256-GCM, deriving the key from your passphrase using PBKDF2 with up to 1.2 million rounds. A random salt and nonce are generated per message and packed into the output, so the same text encrypted twice produces entirely different ciphertext.
Runs in your browser- Cipher
- AES-256-GCM — authenticated, so tampering is detected
- Key derivation
- PBKDF2-SHA-256 at up to 1,200,000 rounds
- Privacy
- Runs entirely in your browser — nothing is uploaded
- Cost
- Free, unlimited, no sign-up
Frequently asked questions
Why does encrypting the same text twice give different output?
Can you recover my message if I forget the passphrase?
How to use the aes text encryptor
- 1Choose the mode.
- 2Enter or paste your text.
- 3Enter the passphrase — it stays in your browser and is never sent anywhere.
- 4Choose the key derivation rounds.
- 5Choose the ciphertext format.
- 6Press Run, then download the result when it is ready.
Embed this tool
Put the working aes text encryptor on your own site. It runs in your visitors' browsers exactly as it does here — free, no account, nothing uploaded.
Share this tool
Related tools
Protect PDF with PasswordEncrypt a PDF with a password using AES-128, and choose what readers are allowed to do.Passphrase GeneratorGenerate memorable Diceware-style passphrases from random words.Unlock PDF PasswordDecrypt a PDF you have the password for, or strip owner restrictions that need no password at all.Bcrypt Hash GeneratorHash a password with bcrypt at a configurable cost factor — the right way to store passwords.X.509 Certificate DecoderDecode a PEM certificate to see its subject, issuer, validity, SANs and key details.CRC32 Checksum CalculatorCalculate a CRC32 checksum — the fast error-detection code used in ZIP and PNG files.
Last updated
More hash & crypto tools