Skip to content
ProgrammerKit

Text Encryption (AES-GCM)

Encrypt and decrypt text with a password using AES-GCM.

Free · Runs in your browser · Last updated

AES-256-GCM, key derived via PBKDF2-SHA-256 with 200,000 iterations and a random 16-byte salt. Output: base64(salt|iv|ciphertext). All processing is local.

About this tool

Encrypt or decrypt text in your browser using AES-256-GCM with a password (PBKDF2-SHA-256, 200k iterations). The output is base64-safe and can be sent over any channel.

Privacy

All processing for Text Encrypt happens locally inside your browser using JavaScript. Your input is never uploaded to a server, logged, or shared with third parties.

Frequently asked questions

Is the Text Encrypt free to use?

Yes. Text Encrypt is completely free for both personal and commercial projects. There are no usage limits, no sign-up, and no premium tier.

Is my data safe when I use Text Encrypt?

All processing happens locally in your browser using JavaScript. Your input is never uploaded to our servers, logged, or shared with any third party.

Does Text Encrypt work offline?

Once the page has loaded, the tool runs entirely client-side. You can disconnect from the internet and it will keep working in the same browser tab.

Which browsers are supported?

Text Encrypt works in all modern browsers, including the latest versions of Chrome, Firefox, Safari, Edge, Brave, and Opera, on desktop and mobile.

Do I need to install anything?

No. Text Encrypt runs in any modern web browser with no installation, browser extension, or account required.

More developer tools