babyRSA

Challenge Files :

344B
Open
45KB
Open

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.py

running the script we get the flag

Flag :

Last updated

Was this helpful?