Programming the Public Key Cipher - Cracking Codes with Python (part 25)

Published: 18 November 2022
on channel: Learning Python
542
9

We write a program to generate keys for the Public Key Cipher.

Read online: https://inventwithpython.com/cracking...

📚 Get the book Cracking Codes with Python: https://amzn.to/3DBzhmf
🔨 FREE Skillshare 30-day trial: https://skillshare.eqcm.net/5b4ddL

Time stamps:
0:00 - Introduction
0:35 - Creating Blocks
4:19 - The Mathematics of Public Key Cipher Encryption and Decryption
5:19 - Converting a Block to a String
6:41 - Why we Can't Hack the Public Key Cipher
7:25 - Programming the Public Key Cipher
16:21 - Summary