Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn
⏰ Timestamps for content in this video ⏰
00:00 Implementing the ECB encryption process in Python
01:48 Implementing the ECB decryption process in Python
03:05 Implementing the CBC encryption process in Python
05:33 Implementing the CBC decryption process in Python
07:27 Executing AES-ECB and AES-CBC
🔷🔷 About 🔷🔷
This Fundamental Cryptography in Theory and Python lesson is the 2nd 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 second part, the implementation of AES-ECB and AES-CBC is demonstrated.
All code demonstrated serves educational purposes only.
📝 Resources used and created for code lessons 📝
https://github.com/cgossi/fundamental_cryptography_with_python