Text Encryptor
AES-GCM 256-bit authenticated encryption. Your password and plaintext never leave your device.
How it works: We derive a 256-bit key from your password using PBKDF2 (250,000 iterations, SHA-256),
then encrypt with AES-GCM. The output includes the salt and IV, so you only need your password to decrypt.
Step 1 — Your secret
0 chars
Step 2 — Encrypted output (safe to share)
Step 3 — Decrypt a ciphertext
Keyboard: Esc clears the focused input · Ctrl+Enter runs Encrypt ·
Privacy: inputs auto-clear when you switch tabs or minimize the app.