Advanced Encryption Standard - 128-bit Block Cipher
AES operates on a 4×4 matrix of bytes called the "state". Each round applies four transformations: SubBytes (byte substitution using S-box), ShiftRows (row rotation), MixColumns (column mixing), and AddRoundKey (XOR with round key). AES-128 uses 10 rounds with a 128-bit key.