Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn
⏰ Timestamps for content in this video ⏰
00:00 Implementing the AES key expansion in Python
05:44 Implementing the AES word rotation function RotWord in Python
06:32 Implementing the AES word substitution function SubWord in Python
09:17 Implementing the AES round constant function Rcon in Python
🔷🔷 About 🔷🔷
This Fundamental Cryptography in Theory and Python lesson is the 3rd of 5 parts demonstrating, how AES can be implemented in Python straight out of its official standardization document NIST FIPS 197.
In this part, the implementation of the AES Key-Expansion function is demonstrated.
All code demonstrated serves educational purposes only.
📝 Resources used and created for code lessons 📝
https://github.com/cgossi/fundamental_cryptography_with_python