What AES-GCM does
AES-GCM protects data with a secret key. GCM authenticates ciphertext; CBC requires padding; CTR operates as a stream mode.
Encrypt text with AES-GCM directly in your browser using a fast, privacy-focused local tool.
Run the operation to generate step outputs.
Run the operation to generate step outputs.
AES-GCM protects data with a secret key. GCM authenticates ciphertext; CBC requires padding; CTR operates as a stream mode.
Use a strong password or key and a fresh random IV for every encryption. Keep the complete Encrypt-Decrypt envelope when you need portable decryption metadata.
Do not reuse an IV with the same key, lower the password-derivation cost without reason, or treat unauthenticated modes as tamper-proof.
The Encrypt-Decrypt envelope keeps the salt, IV, authentication data, and algorithm settings needed to reproduce a compatible decryption.