Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. F-Droid 2.0 (f-droid.org)
    201comments
  2. Show HN: Make cursed fonts like Times New Bastard (mitpit.com)
    41comments
  3. Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design (github.com/devdotfast)
    50comments
  4. Fearless SIMD v1.0 (linebender.org)
    18comments
  5. Rails World 2026 Opening Keynote [video] (youtube.com)
    138comments
  6. My weird new hobby: Wandering around Tokyo on Google Maps (ahmedhossamdev.com)
    48comments
  7. Using LLMs to trace alchemical knowledge and decode 17th century letters (resobscura.substack.com)
    4comments
  8. Book review: Is parallel programming hard, and, if so, what can you do about it? (ahelwer.ca)
    13comments
  9. The forgotten battle of East Lansing (eastlansinginfo.news)
    8comments
  10. Why is the liver so weirdly regenerative? (dynomight.substack.com)
    91comments
  11. Stable (YC W20) Is Hiring Product Engineers (usestable.com)
    —discuss
  12. Sourcehut account takeover via build logs (XSS in ansi2html) (blog.arusekk.pl)
    1comments
  13. Google’s Project Suncatcher to put ML infrastructure in space (blog.google)
    96comments
  14. Forging 1024-bit RSA signatures in nearly SNFS time [pdf] (iacr.org)
    5comments
  15. Two-tier encryption in the UK (macanorak.com)
    343comments
  16. Opus 5.5 is good at explainer videos (launchvideo.io)
    1comments
  17. The Board Game of the Alpha Nerds (2014) (grantland.com)
    1comments
  18. Geothermal heat map of US hot springs (soakingsprings.com)
    20comments
  19. WaveDigger: Dig into wireless signals to discover their physical locations (github.com/christianrowlands)
    11comments
  20. Creatine uptake enhances antitumor immunity (cell.com)
    143comments
  21. August 27 TCRF DDoS Attack Postmortem (xkeeper.net)
    1comments
  22. Early rogue AI agent activity and attempts to hack found on urlquery.net (transluce.org)
    197comments
  23. Security auditing in the age of (good enough) AI (trailofbits.com)
    1comments
  24. Web-based IBM 1620 emulator and IPL-V from 1963 (github.com/pkimpel)
    11comments
  25. A Million Agents Is a Distributed System Problem (instacloud.com)
    5comments
  26. Show HN: Treepeat – Code similarity detection using Tree-sitter (github.com/dsummersl)
    1comments
  27. 2DWillNeverDie (2dwillneverdie.com)
    —discuss
  28. Nokia Design Archive (2025) (aalto.fi)
    109comments
  29. Show HN: AgentRun: DSL to turn agents into workflows (github.com/parcha-ai)
    3comments
  30. Mamdani is the most popular elected official in NYC: poll (nydailynews.com)
    —discuss

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

35 pointsby 6h agoeprint.iacr.org
5 comments
2h 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.

1h agoHN ↗

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

40m 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.

32m agoHN ↗

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

30m 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!