Cryptography with Python 22: Implementing a P-256 ECDHE in Python

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

⏰ Timestamps for content in this video ⏰

00:00 Recap of ECDHE key exchange
00:53 Introducing NIST SP 800-186 as official standardization document of P-256
01:49 Setting up the P-256 ECDHE implementation in Python
06:36 Generating a private P-256 ECDHE key in Python
07:30 Implementing elliptic curve scalar multiplication in Python
09:06 Implementing elliptic curve point addition in Python
13:35 Executing the P-256 ECDHE key exchange

🔷🔷 About 🔷🔷

This Fundamental Cryptography in Theory and Python lesson demonstrates, how a P-256 elliptic curve based ECDHE key exchange can be implemented in Python straight out of the official standardization documents NIST SP 800-186 and NIST FIPS PUB 186-4.

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
Автор

You're doing such a great work Cyrill... Words can't appreciate your work... Keep the SEO of these videos strong too so it can reach to more audience easily ....

leisureclub_
Автор

The font is pretty hard to read when it's that small with youtube compression, it would be nice if the font was a bit bigger :)

FuzzyLitchi
Автор

I would have been better if you changed the code font size to a bigger one :) I could barely see what you are typing :/

rootshell
Автор

Dear professor kindly send me link of entire code for NIST P-256 curve

mausamdas