|
|
|
|
|
by seppel
2545 days ago
|
|
True, it could still be impossible to break RSA keys used in the wild with one normal PC. But still, you could factor smaller numbers faster than any other algorithm which would give you the confidence that it works. > _I_ still wouldn’t be able to crack any RSA keys at all. Everybody can crack RSA keys if the modulos is small enough. You just need to factor a number :) There actually nice list of numbers to try:
https://en.wikipedia.org/wiki/RSA_numbers You can factor, e.g, RSA-100 on a normal PC with state of the art algorithms in reasonable time. That said, I had some new insight into factoring, and I was only a mere factor of one million away from factoring industrial crytography, I'd maybe try to optimize it a bit more. |
|