AES
AES is a symmetric block cipher standard used with a mode of operation such as GCM or CBC to encrypt data with a shared key.
The mode matters as much as the cipher: GCM authenticates the ciphertext, while CBC needs a separate MAC to detect tampering. Continue with Hashing explained: digests, checksums, and integrity for the longer explanation.