> For the complete documentation index, see [llms.txt](https://sansong.gitbook.io/cyber/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sansong.gitbook.io/cyber/crypto/symetrique/aes-advanced-encryption-standard.md).

# AES (Advanced Encryption Standard)

<table><thead><tr><th width="116" align="center">AES</th><th align="center">Taille de la clé (bits)</th><th align="center">Taille des blocs (bits)</th><th align="center">Nombre de rounds</th></tr></thead><tbody><tr><td align="center">128</td><td align="center">128</td><td align="center">128</td><td align="center">10</td></tr><tr><td align="center">192</td><td align="center">192</td><td align="center">128</td><td align="center">12</td></tr><tr><td align="center">256</td><td align="center">256</td><td align="center">128</td><td align="center">14</td></tr></tbody></table>
