AES-GCM (AEAD)

Authenticated encryption (AEAD): AES in counter mode for confidentiality plus a GHASH authentication tag for integrity. Used by TLS 1.3 and WireGuard — flipping a single ciphertext byte makes tag verification fail.

securesymmetric

Workspace Presets

Save and restore visualizer settings in this browser.

Output Result
No output

Imported traces are validated and replayed locally. They never run a cipher operation automatically.

Tamper Demo — Integrity vs. Confidentiality

Seal a message, flip one ciphertext byte, then decrypt. GCM verifies the GHASH tag first, so any change is rejected instead of silently returning corrupted plaintext.