Implement And Understand RSA Algorithm In Python

preview_player
Показать описание
At This Video We Gonna Learn How To Implement RSA Algorithm In Python And Understand It Deeply.
I Divided That Chapter Into 5 Parts In Order To Simplify As Much As I Can The Info And Its Logical Conceptions:

Part 1 - 0-15:45 Understand And Find Prime Numbers P,Q
Part 2 - 15:45-59:03 Understand And Find Co-Prime Numbers With φ(n)
Part 3 - 59:03-1:27:59 Find Our Enc Keys And Its Corresponding Dec Keys Store Them In 2D Array Expand Our Possibilities For Enc And Dec Operations.
Part 4 + 5 - 1:27-2:15 Encrypt & Decrypt Our Messages + Understand Known Issues And Improve Our Code For Better Result And For Better Security.

*In Part 1 FInd Prime Number Code Section Since 15:45 There Need To
Add u=1 Above The Break Command To Esablish Successfully The Prime Result,Before 15:45 Its Shown In The Code.
Рекомендации по теме
Комментарии
Автор

Is it possible to post the code on git hub, there seems to be a problem with the video, at some points, you cannot some parts on the bottom console

MegaMouse
Автор

e has to be co-prime with N, and phi(n). You only have it being co-prime with phi(n). The program will not work properly because of this.

brettonii
Автор

you are encrypte and decrypte only numbers like 4, how i can encrypte string message like "hello" please?

ismaeelkrayyan
Автор

can you provide a link to the github? whatever source?

TheFefiiiii
welcome to shbcf.ru