babyRSA

Challenge Files :

file-download
344B
file-download
45KB

RSA ATTACK :

same public exponent (e=37 is used on the same message M during encryption, then CRT (Chinese Remainder Theorem) can be used to obtain M^e using each combination.

Python Script :

i took the script from MxRy and modified it to work for me you can get the original script from here https://github.com/MxRy/rsa-attacks/blob/master/hastad-attack.pyarrow-up-right

running the script we get the flag

Flag :

Last updated