RSA encryption in 5 minutes

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Don't know if this helps but:

1. Choose 2 large prime numbers P and Q.
2. Calculate N = P x Q
3. Select the public key E such that it does not have a common factor as (P-1) x (Q-1).
4. Select the private key D such that: (D x E) mod (P-1) x (Q-1) = 1
5. For encryption, calculate the cipher text CT from the plaintext PT as follows: CT = PT^E mod N
6. Send CT as the cipher text to the reciever
7. For decryption, calculate the plaintext PT from the ciphertext CT as follows: PT = CT^D mod N

krzyy
Автор

G-R-E-A-T WORK THE PICTURES MAKE IT VERY UNDERSTANDABLE

jadenthepro
Автор

e is introduced out of nowhere and is never explained.

russell
Автор

Amazing. Beautiful. Helpful. I could not have asked for a better video on the topic

lifeliver
Автор

Thanks for the video - it really helped me to understand RSA encryption in a short period of time.

russind
Автор

there are 3 people explaining in a 5 minutes video... great.

medoalmouhtadi
Автор

Awesome video! I believe it is Fermat's Little theorem, unless there are alternative spellings for his name

alecmcehinny
Автор

I just watched this for the lols I have no clue what this is saying

johmsauce
Автор

Thanks for the vid, was great to learn from you

melicalol
Автор

For the first time in my life I had to slow a video down

thecqf
Автор

N O I C E - it's clear and understandable!

zivllaganegil
Автор

video cut
rapping faster than eminem
.. Uh, summa-lumma, dooma-lumma, you assumin' I'm a human
What I gotta do to get it through to you I'm superhuman?
Innovative and I'm made of rubber so that anything
You say is ricochetin' off of me, and it'll glue to you and
I'm devastating, more than ever demonstrating
How to give a motherfuckin' audience a feeling like it's levitating
Never fading, and I know the haters are forever waiting
For the day that they can say I fell off, they'll be celebrating

thecatmano
Автор

you lost me at your 3 lines equal sign....

trilingualkid
Автор

Show us the steps to get to e=35 help man

warsamesultan
Автор

On equation at 2:36, the mod n should be on the other side of the equation, right? C=M^k mod n

wenukagunarathna
Автор

Thanks this was a high quality content and helped me a lot

yoavtamir
Автор

What's the rush, it's not a race

SzTz
Автор

Less caffeine, please. The narration of the example was about 3X what it should have been.

jimpeschke
Автор

Please understand it . Explain slowly this sounds like garbage slowly explaining it will be good

aashsyed
Автор

I have RSA deciphered from boredom :-)
mod(n, round(x))=0 gives immediately p and q

grahambond