AES stands for Advanced Encryption Standard, a widely used symmetric-key block cipher standardized by NIST.
AES is a symmetric encryption algorithm standardized in FIPS 197. It is commonly used to protect data at rest and in transit, and is typically deployed in authenticated encryption modes (e.g., GCM) where integrity is also required.
See: Advanced Encryption Standard.