Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn
⏰ Timestamps for content in this video ⏰
00:00 Introducing NIST SP 800-38A as official standardization document of ECB and CBC
02:14 Setting up the AES-ECB and AES-CBC implementation in Python using official NIST test vectors
🔷🔷 About 🔷🔷
This Fundamental Cryptography in Theory and Python lesson is the 1st of 2 parts demonstrating, how AES-ECB and AES-CBC can be implemented in Python straight out of the official standardization document NIST SP 800-38A.
In this first part, the implementation of AES-ECB and AES-CBC is set up by writing a driver using official NIST test vectors.
All code demonstrated serves educational purposes only.
📝 Resources used and created for code lessons 📝
https://github.com/cgossi/fundamental_cryptography_with_python