AES - Advanced Encryption Standard
16 byte block size and key size
Substitution-Permutation network
Faster and Stronger than DES
Internal state - 16 bytes - usually 4*4 matrix
Round applies 4 operations on state/matrix - SubBytes - ShiftRows - MixColumns - AddRoundKey
Bit Key has 10 rounds, decryption requires inverse of operations, key schedule can be slow, so rekeying is avoided
Performance good, works on low power devices, good performance in hardware, widely deployed
Numerous implementations, RFID
Certain implementations vulnerable to side-channel attacks