b00t2root CTF: cuz rsa is lub [RSA Cryptography]

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I don't have any idea what is happening lol

ir
Автор

For people coming across this in the future having it spit out garbled text when p == q

if p == q:
phi = p * (p - 1)
else:
phi = (p - 1) * (q - 1)
d = inverse(e, phi)
m = pow( c, d, n )

Reelix
Автор

Learned RSA in some of my CS courses. Great video, really helps with application

thuglifetrump
Автор

You helped me solve several challenges after watching this. Thank you! :D

apocalypticambience
Автор

2:57, how come use th string slicing outside the print statement, and how come it works ?? 👀

NewbieLive
Автор

@
John Hammond

Please tell how to import this library

maxpayne
Автор

question:- what if only d, e and c are given

nebiyouealias
Автор

The code you used is showing an error for me(in converting a plaintext to a string or the flag). It's showing that you cannot decode 'str' Even if I put it inside the hex()

qwerty-juqd
Автор

bro, what if is n is masive character like 1000 digit, how to solve it?

kristo
Автор

hello sir can u help me how can decode rsa key of setelite card I have card number plz help me

naeem
Автор

I come to learn hacking, after watching this I changed my mind I'll go for AI :D

wejdnx
Автор

Please tell how to import this library

maxpayne
Автор

Can anyone tell me is this same concept and code used in every rsa ctf?

warsaangamer
Автор

i am not getting p and q because n itself is a prime no

Cyber-wtkh
Автор

ModuleNotFoundError: No module named 'Crypto'

ronr
Автор

getting a old length string error in the code

gocharan
Автор

Just right click the download button, copy link and then wget that

adamhuk
Автор

Please tell how to import this library

maxpayne
Автор

Please tell how to import this library

maxpayne
Автор

Please tell how to import this library

maxpayne
welcome to shbcf.ru