Cryptography with Python 31: Using HMAC in Python

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

⏰ Timestamps for content in this video ⏰

00:00 Recap of message authentication codes (MAC)
01:04 Using HMAC-SHA-256 in Python
03:11 Wrong message detection with HMAC-SHA-256 in Python
04:41 Wrong key detection with HMAC-SHA-256 in Python
05:33 Wrong mac tag detection with HMAC-SHA-256 in Python
06:21 Wrong hash function detection with HMAC-SHA-256 in Python

🔷🔷 About 🔷🔷

This Fundamental Cryptography in Theory and Python lesson presents, how a hash-based message authentication code (HMAC) can be used in Python.

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, I've just found your videos and I think they are very good and educational. Could you please use a bigger font when writing code? I've had to go full screen just to make some sense of what you're typing and I think it is even harder to see it on mobile, maybe close the sidebar too, if you don't use it. Keep it up!

cosminHM