ะŸั€ะพะดะฒะธะถะตะฝะธะต ัะฐะนั‚ะพะฒ ะกะพะทะดะฐะฝะธะต ัะฐะนั‚ะพะฒ ะŸะพะดะดะตั€ะถะบะฐ ัะฐะนั‚ะฐ

Text Encryption Online (AES-256)

Encrypt or decrypt text with a password, entirely in your browser. Nothing is sent to a server.

Text Encryption Online

This tool encrypts text with AES-256-GCM entirely inside your browser using the built-in Web Crypto API. Your password is turned into an encryption key via PBKDF2 with 100,000 iterations of SHA-256, and a random salt and IV are generated for every encryption. No text or password is ever sent to a server โ€” you can verify this by checking your browser's network tab.

How it works

The result is a base64 string containing the salt, the IV and the ciphertext concatenated together. To decrypt, paste that string back with the correct password โ€” the tool extracts the salt and IV, re-derives the key, and decrypts the data. If the password is wrong or the data was tampered with, decryption fails safely instead of returning garbage, thanks to GCM's built-in authentication.

Frequently Asked Questions