Multiplicative and Affine Cipher - Cracking Codes with Python (part 14)

Published: 21 October 2022
on channel: Learning Python
316
6

We cover two new, more secure ciphers: The multiplicative and affine cipher.

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

Download source files from https://nostarch.com/crackingcodes/

📚 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:12 - Multiplicative and Affine Cipher
0:39 - Modular Arithmetic
1:30 - The Modulo Operator
3:20 - Finding Factors to Calculate the Greatest Common Divisor
5:44 - Multiple Assignment
7:34 - Calculate Greatest Common Divisor
9:53 - Understanding How the Multiplicative and Affine Ciphers work
17:14 - Integer Division
18:57 - Practice Questions
21:58 - Summary