Logjam attack on Diffie-Hellman (2015)
Researchers showed TLS servers using 512-bit export-grade Diffie-Hellman could be broken via a precomputation attack costing about 90 CPU core-years per prime. The precomputation was reusable across sessions, making the per-connection cost trivial.
Browsers and servers rapidly disabled export-grade cipher suites. The attack affected roughly 8% of the top one million HTTPS domains at the time.
Logjam coined the modern understanding of precomputation attacks: expensive one-time work that pays off per-target. It also pushed the IETF toward deprecating weak Diffie-Hellman groups entirely.
The RSA attack mirrors Logjam's structure—expensive precomputation followed by cheap per-target forgery. Logjam also proved that precomputation-style attacks map cleanly from theory to practice, which is why the new paper's extrapolations are being taken seriously.
