Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. F-Droid 2.0 (f-droid.org)
    228comments
  2. Show HN: Make cursed fonts like Times New Bastard (mitpit.com)
    52comments
  3. Show HN: Koi.rest – watch some fish and regain your balance (koi.rest)
    4comments
  4. Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design (github.com/devdotfast)
    66comments
  5. California is chasing wealth that has feet (landeconomics.org)
    111comments
  6. Why is the liver so weirdly regenerative? (dynomight.substack.com)
    118comments
  7. Fearless SIMD v1.0 (linebender.org)
    25comments
  8. Rails World 2026 Opening Keynote [video] (youtube.com)
    203comments
  9. My weird new hobby: Wandering around Tokyo on Google Maps (ahmedhossamdev.com)
    70comments
  10. 2DWillNeverDie (2dwillneverdie.com)
    2comments
  11. Using LLMs to trace alchemical knowledge and decode 17th century letters (resobscura.substack.com)
    8comments
  12. The Board Game of the Alpha Nerds (2014) (grantland.com)
    16comments
  13. Sourcehut account takeover via build logs (XSS in ansi2html) (blog.arusekk.pl)
    4comments
  14. Stable (YC W20) Is Hiring Product Engineers (usestable.com)
    —discuss
  15. International observers to investigate Swedish election fraud (tv4.se)
    1comments
  16. Google’s Project Suncatcher to put ML infrastructure in space (blog.google)
    129comments
  17. Book review: Is parallel programming hard, and, if so, what can you do about it? (ahelwer.ca)
    20comments
  18. Toyota is taking the Corolla electric (electrek.co)
    203comments
  19. The forgotten battle of East Lansing (eastlansinginfo.news)
    12comments
  20. Two-tier encryption in the UK (macanorak.com)
    358comments
  21. Forging 1024-bit RSA signatures in nearly SNFS time [pdf] (iacr.org)
    6comments
  22. Geothermal heat map of US hot springs (soakingsprings.com)
    29comments
  23. Opus 5.5 is good at explainer videos (launchvideo.io)
    66comments
  24. Show HN: Critic – Review code with the agent that wrote it (critic.run)
    1comments
  25. Early rogue AI agent activity and attempts to hack found on urlquery.net (transluce.org)
    209comments
  26. Tutoring company tells parents to save their money and 'use AI instead' (afr.com)
    93comments
  27. WaveDigger: Dig into wireless signals to discover their physical locations (github.com/christianrowlands)
    13comments
  28. Show HN: AgentRun: DSL to turn agents into workflows (github.com/parcha-ai)
    5comments
  29. Show HN: Treepeat – Code similarity detection using Tree-sitter (github.com/dsummersl)
    3comments
  30. Web-based IBM 1620 emulator and IPL-V from 1963 (github.com/pkimpel)
    12comments

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

41 pointsby 8h agoeprint.iacr.org
6 comments
3h 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.

3h agoHN ↗

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

2h 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.

2h 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!