DeveloperTool

AES Encrypt / Decrypt

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

* Uses AES-256-GCM with PBKDF2 key derivation (100,000 iterations). All operations run locally in your browser.

AES Encrypt / Decrypt

Encrypt and decrypt text using AES-256-GCM encryption with password-based key derivation (PBKDF2). This tool provides strong, authenticated encryption suitable for protecting sensitive text data. All cryptographic operations run entirely in your browser — your data and password are never sent to any server.