Description : In RSA, a small e value can be problematic, but what about N? Can you decrypt this?values
Points : 20
Solution :
The title of the challenge entails to mind the values of the prime factors P and Q used in RSA cryptographic algorithm.
Hint 1 : Bits are expensive, I used only a little bit over 100 to save money
Let's open the file.
Decrypt my super sick RSA:c:240986837130071017759137533082982207147971245672412893755780400885108149004760496n:831416828080417866340504968188990032810316193533653516022175784399720141076262857e:65537
From the file,we are given the cipher message c ,public key value n and the public key e.To solve this challenge, let's behave as a script kiddie,utilizing the RsaCtfTool developed by Ganapati.