AES Encrypt / Decrypt-- AES-256-GCM

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

AES Encrypt/Decrypt Tool

1
1

Why Use Our AES Tool?

AES-256-GCM

Military-grade encryption.

PBKDF2

100K iterations key derivation.

100% Secure

All processing in your browser.

Base64 Output

Portable ciphertext format.

One-Click Copy

Copy output to clipboard.

Free Forever

No signup, no limits.

[Ad]

Other Security Tools

AES Encryption Guide

AES-GCM (Advanced Encryption Standard - Galois/Counter Mode) is an authenticated encryption algorithm that provides both confidentiality and integrity. The password is derived into an encryption key using PBKDF2 with 100,000 iterations and a random salt, making it resistant to brute-force attacks.