TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

RSA-210 factored

130 pointsby Mithrandirover 11 years ago

8 comments

randomwalkerover 11 years ago
To clarify, this is not a new factoring record for products of two primes. RSA-768, a 232-digit number (22 digits longer) was factored in 2009, and that record still stands. <a href="http://en.wikipedia.org/wiki/RSA_numbers#RSA-768" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;RSA_numbers#RSA-768</a><p>The algorithm used here is GNFS (general number field sieve), which is the same algorithm that&#x27;s been used for about two decades. In other words, this has no impact on the security of RSA.<p>More information: <a href="http://en.wikipedia.org/wiki/Integer_factorization_records" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Integer_factorization_records</a>
评论 #6506246 未加载
simonsterover 11 years ago
&quot;RSA-210&quot; is the official name for this challenge, but it is a bit of a misnomer. The modulus has 210 <i>decimal</i> digits but about 210 * log2(10) = 697 bits.<p>EDIT: Wikipedia article says 696 bits.
评论 #6506206 未加载
Mithrandirover 11 years ago
In case you&#x27;ve never heard of the challenge: <a href="https://en.wikipedia.org/wiki/RSA_Factoring_Challenge" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;RSA_Factoring_Challenge</a>
gus_massaover 11 years ago
From the logs:<p><i>&gt; Mon Sep 23 11:09:41 2013 commencing Lanczos iteration (32 threads)</i><p><i>&gt; Mon Sep 23 11:09:41 2013 memory use: 26956.9 MB</i><p><i>&gt; [...]</i><p><i>&gt; Thu Sep 26 07:17:57 2013 elapsed time 51:56:44</i><p>I’m not sure that I’m understanding all the details. Does this mean that they factored a 210-digit number in 52 hours in a single machine?
评论 #6506325 未加载
tgbover 11 years ago
I was curious as to how the cash prizes [1] for this challenge compared to playing the lottery. Consider the next smallest one left: RSA-768. By my very rough estimates [2], $1 worth of computing time on a typical desktop gives you a probability of 10^-58 of factoring the prime by picking random numbers smaller than its square root.<p>[1] <a href="https://en.wikipedia.org/wiki/RSA_Factoring_Challenge" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;RSA_Factoring_Challenge</a> [2] <a href="https://www.google.com/#q=%241+%2F+(%240.09+%2F+kwh)+%2F+100+watt+*+100e9%2Fsecond+%2Fsqrt(4120234369866595438555313653325759481798116998443279828454556264338764455652484261980988704231618418792614202471888694925609317763750334211309823974)" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;#q=%241+%2F+(%240.09+%2F+kwh)+%2F+100...</a>
DanBCover 11 years ago
What hardware is used for the first round of sieving? Is it &quot;just&quot; distributed computing on normal machines, or are they using special FPGA farms?
arangeover 11 years ago
For us that don&#x27;t understand, what does this mean? Is RSA less secure now?
评论 #6506237 未加载
评论 #6506222 未加载
评论 #6506230 未加载
mrcactu5over 11 years ago
how did they know it was the product of two primes in the 1st place?
评论 #6507854 未加载
评论 #6508023 未加载