Factorisation Related Question

  • Context:
  • Thread starter Thread starter PeterJ1
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
PeterJ1
Messages
17
Reaction score
0
A slightly odd layman's question about factoring large numbers and comparing two calculations.

Call N a number with 1050 digits.

1) Factorise N
2) Multiply the primes sequentially from 2 onwards until the product is as close as possible to N.

Would calculation 2 be significantly easier computationally than calculation 1?

How many digits would a number has to have before factorisation becomes a problem for our current methods?

Thanks
 
Mathematics news on Phys.org
Thanks Greg.

"... to factor a 232-digit number (RSA-768) utilizing hundreds of machines took two years and the researchers estimated that a 1024-bit RSA modulus would take about a thousand times as long.[1]"

This helps with the second question but not the first, which is my main question.
 
Doh! On reflection the answer to the second question is obvious. Consider it answered.