Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Question Related to RSA Decryption

I'm studying RSA, while im doing so I'm still researching how it works and how to break it,

I'm given the following information:

c = a long 616 character digit e = also a 616 character digit and N also a long character digit of 617 characters,

I've tried multiple times to solve it with different versions of python scripts using Sage and python, I get progress the scripts are working and giving results but not what I'm looking for, I'm good with math but not that good apparently, I'm experimenting with something new and it really intrigues my curiosity to dive deeper. I love crypto.

what tools are helpful with my journey to tackle this, I'm using RsaCTFTool and Sage, is there is any other notable tools to use? is there is a specific tool to use within RsaCTFTool ? I tried a rsacrack a bunch of times but it takes a really long time.

Thanks & Cheers.