Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn
⏰ Timestamps for content in this video ⏰
00:00 Recap of the RSA public-key encryption system
01:47 Setting up the RSA implementation in Python
04:49 Implementing the RSA encryption operation
05:22 Implementing the RSA decryption operation
🔷🔷 About 🔷🔷
This Fundamental Cryptography in Theory and Python lesson is the 1st of 3 parts demonstrating, how RSA as a public-key encryption system can be implemented in Python.
In this part, the implementation of RSA is set up with a driver ensuring the RSA decryption successfully undoes the RSA encryption. Then the mathematical operations involved in the RSA encryption process and the RSA decryption process are implemented.
All code demonstrated serves educational purposes only.
📝 Resources used and created for code lessons 📝
https://github.com/cgossi/fundamental_cryptography_with_python