AESs
AESs refer to multiple implementations and deployments of the Advanced Encryption Standard, the widely used symmetric-key block cipher. AES encrypts data in 128-bit blocks with a key length of 128, 192, or 256 bits. The algorithm was designed by Vincent Rijndael and Joan Daemen and selected by NIST as the successor to DES, becoming the AES standard in 2001. The design uses a substitution-permutation network and supports strong security with efficient software and hardware performance.
The cipher operates on a 4x4 byte state and applies rounds of substitutions, permutations, and mixing depending
AESs are typically used with various modes that provide, or combine, confidentiality and integrity. Common modes
Security and deployment considerations for AESs include correct implementation to resist side-channel attacks, proper padding, and