Skip to content
ZeroServer.tools

AES Encryption Tool

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

Ciphertext (Base64)

About AES-GCM encryption

This tool derives a 256-bit key from your password with PBKDF2 (150,000 iterations, SHA-256) and a random salt, then encrypts with AES-GCM — an authenticated cipher that detects tampering. The output packs the random salt, the initialization vector, and the ciphertext into one Base64 string, so decryption only needs that string and the password. Everything happens in your browser via the Web Crypto API; no keys or data are transmitted. Strong passwords matter — the security rests entirely on yours.

Related Cryptography & Security tools