Cryptography with Python 9: Implementing AES in Python #3

preview_player
Показать описание

⏰ 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 📝

Рекомендации по теме
Комментарии
Автор

📝 All resources used and created for code lessons can be found here:

cyrillgossi
Автор

Hello...Great series! How would I go about using this implementation for the following data:

Key:
IV:
Output: ?

Essentially, I want to test AES-256 with the above information. Any assistance you can provide would be greatly appreciated!

JJGhostHunters