Galois/Counter Mode

GCM is a mode of operation of the AES algorithm. 

An algorithm for authenticated encryption with associated data, and its specialization, GMAC, for generating a message authentication code (MAC) on data that is not encrypted. GCM and GMAC are modes of operation for an underlying approved symmetric key block cipher. 

See NIST SP 800-38D for more information. 

Share this Post