Galois/counter (GCM)
Galois Counter mode is the most widely used block cipher mode in TLS today. It’s an “authenticated encryption with associated data” cipher mode (AEAD).
For each encryption, it produces a tag that can be used to verify the integrity of the message.
Attacks
Forbidden attack
forbidden_attack.py
| |
Resources
Last updated on