Text encryption
Encrypt text with a password into a base64 block, or decrypt one back, using AES-256-GCM.
How to use
- Choose encrypt or decrypt.
- Enter the text and a password.
- Run it and copy the result.
What it supports
PBKDF2-SHA-256 (200,000 iterations) derives the key; each encryption uses a fresh random salt and IV. Anyone with the password can decrypt — share it by a different channel. Text up to 200,000 characters.