Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

RSA-2

image

Solution

The flaw was that the public exponent was super small and the ciphertext was short. This implies that the ciphertext can be recoved by just taking the cube root of the ciphertext.

After taking the cube root and converting the number to bytes to ASCII, we get the flag dsc{t0-m355-w1th-m4th-t4k35-4-l0t-0f-sp1n3}. The script implementation is given in answer.sage.