<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Symmetric on Le Site de François</title><link>https://lesitedefrancois.be/en/tags/symmetric/</link><description>Recent content in Symmetric on Le Site de François</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 François</copyright><atom:link href="https://lesitedefrancois.be/en/tags/symmetric/index.xml" rel="self" type="application/rss+xml"/><item><title>AES (Advanced Encryption Standard)</title><link>https://lesitedefrancois.be/en/security/aes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://lesitedefrancois.be/en/security/aes/</guid><description>&lt;p&gt;&lt;strong&gt;AES (Advanced Encryption Standard)&lt;/strong&gt;, standardised as NIST FIPS 197 in 2001, is the symmetric block cipher that underlies virtually all data encryption in modern infrastructure. It was selected through a five-year open competition that evaluated 15 candidate algorithms; the winner, &lt;strong&gt;Rijndael&lt;/strong&gt; (designed by Joan Daemen and Vincent Rijmen), became AES. A block cipher takes a fixed-size block of plaintext and a key and produces a fixed-size block of ciphertext — AES always operates on &lt;strong&gt;128-bit (16-byte) blocks&lt;/strong&gt;, regardless of key size. Three key lengths are standardised: &lt;strong&gt;AES-128&lt;/strong&gt; (128-bit key, 10 rounds), &lt;strong&gt;AES-192&lt;/strong&gt; (192-bit key, 12 rounds), and &lt;strong&gt;AES-256&lt;/strong&gt; (256-bit key, 14 rounds), providing 128, 192, and 256 bits of security respectively against classical attacks. AES-256 is the conservative choice for data with long confidentiality requirements and is mandated by CNSA 2.0 for national security systems; AES-128 is widely deployed in TLS and provides adequate security for most workloads. The internal structure — SubBytes, ShiftRows, MixColumns, AddRoundKey — is fully public and has withstood over two decades of cryptanalysis; the best known attacks against full-round AES are theoretical and computationally infeasible, requiring work far beyond brute force but not threatening practical security.&lt;/p&gt;</description></item></channel></rss>