Finding and Generating Prime Numbers - Cracking Codes with Python (part 23)

Published: 14 November 2022
on channel: Learning Python
315
5

We create a module to find and generate prime number which we need to create 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:30 - Finding and Generating Prime Numbers
1:08 - Creating a Prime Number Module
3:39 - The Sieve of Eratosthenes
8:04 - The Rabin-Miller Algorithm
8:49 - Using the Prime Number Module
9:10 - Practice Questions
9:41 - Summary