Cryptography with Python 7: Implementing AES in Python #1

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

⏰ Timestamps for content in this video ⏰

00:00 Introducing NIST FIPS 197 as official standardization document of AES
01:23 Setting up the AES implementation in Python using official NIST test vectors

🔷🔷 About 🔷🔷

This Fundamental Cryptography in Theory and Python lesson is the 1st 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 AES 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 📝

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

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

cyrillgossi
Автор

From where can I get the implementation of encrypt() function in Crypto.Cipher package?

zainmanna