Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. F-Droid 2.0 (f-droid.org)
    240comments
  2. Show HN: Koi.rest – watch some fish and regain your balance (koi.rest)
    19comments
  3. Show HN: Make cursed fonts like Times New Bastard (mitpit.com)
    57comments
  4. California is chasing wealth that has feet (landeconomics.org)
    234comments
  5. GitLab Outage (status.gitlab.com)
    9comments
  6. Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design (github.com/devdotfast)
    72comments
  7. Back and shoulder surgery is often worse than useless (economist.com)
    8comments
  8. Why is the liver so weirdly regenerative? (dynomight.substack.com)
    130comments
  9. 2DWillNeverDie (2dwillneverdie.com)
    4comments
  10. Fearless SIMD v1.0 (linebender.org)
    27comments
  11. Rails World 2026 Opening Keynote [video] (youtube.com)
    219comments
  12. My weird new hobby: Wandering around Tokyo on Google Maps (ahmedhossamdev.com)
    76comments
  13. Using LLMs to trace alchemical knowledge and decode 17th century letters (resobscura.substack.com)
    9comments
  14. Toyota is taking the Corolla electric (electrek.co)
    245comments
  15. Google’s Project Suncatcher to put ML infrastructure in space (blog.google)
    154comments
  16. Stable (YC W20) Is Hiring Product Engineers (usestable.com)
    —discuss
  17. Book review: Is parallel programming hard, and, if so, what can you do about it? (ahelwer.ca)
    22comments
  18. The Board Game of the Alpha Nerds (2014) (grantland.com)
    17comments
  19. Sourcehut account takeover via build logs (XSS in ansi2html) (blog.arusekk.pl)
    8comments
  20. Two-tier encryption in the UK (macanorak.com)
    370comments
  21. Security auditing in the age of (good enough) AI (trailofbits.com)
    2comments
  22. International observers to investigate Swedish election fraud (tv4.se)
    9comments
  23. The forgotten battle of East Lansing (eastlansinginfo.news)
    12comments
  24. Forging 1024-bit RSA signatures in nearly SNFS time [pdf] (iacr.org)
    6comments
  25. Geothermal heat map of US hot springs (soakingsprings.com)
    30comments
  26. Opus 5.5 is good at explainer videos (launchvideo.io)
    75comments
  27. Early rogue AI agent activity and attempts to hack found on urlquery.net (transluce.org)
    217comments
  28. WaveDigger: Dig into wireless signals to discover their physical locations (github.com/christianrowlands)
    14comments
  29. Tutoring company tells parents to save their money and 'use AI instead' (afr.com)
    112comments
  30. Nokia Design Archive (2025) (aalto.fi)
    114comments

Forging 1024-bit RSA signatures in nearly SNFS time [pdf]

45 pointsby 9h agoeprint.iacr.org
6 comments
4h agoHN ↗

The most important thing to know about this work, which is awesome, is that it relies on access to a raw RSA oracle, where you have a public key and an API that allows you to directly do RSA operations with the corresponding key. The idea is that you then lose access to the oracle, and thus to the private key, but you've gained enough information from your session with the oracle to make forgeries in the future.

So it's not a straightforward general-purpose RSA-1024 signature break; it's pretty situational. The paper goes into detail (in section 5) about how those situations can emerge in practical scenarios.

4h agoHN ↗

Thank you for this nice explanation. I skimmed the abstract but didn't really understand it.

3h agoHN ↗

All these articles are merely clickbait. I knew there wasn't a real break in RSA before reading the article. It's just some weird subset of usage which allows this. It's nowhere near breaking RSA.

Why are we even contemplating quantum computers breaking encryption when they can't even factorize a 3-digit prime number? I'm wondering if I'll even see quantum computers breaking RSA in my lifetime.

3h agoHN ↗

I'm pretty sure you just described an IACR paper --- with Nadia Heninger's name on it --- as "clickbait"?

2h agoHN ↗

I was unaware of snfs algorithms for generic moduli and/or signatures. Very nice. The theoretical result is purely due to the 2007 Joux et al. paper. What’s new is the implementation and the 1024-bit rsa signature forgery.

Also no ai, so we can expect some speedups soon.

I really didn’t expect rsa to be targeted so much this year. Hope that these results will motivate people to pursue algorithmic improvements!