Glossary
AES-256-GCM
An authenticated symmetric encryption standard.
AES block cipher with a 256-bit key, in Galois/Counter Mode (GCM), which authenticates in addition to encrypting. Recommended by NIST and ANSSI. Each message uses a unique random IV and produces a ciphertext plus an authentication tag that guarantees integrity.