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

(eprint.iacr.org)

32 points | by int0x29 5 hours ago

2 comments

  • tptacek 1 hour ago
    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.

    • bflesch 1 hour ago
      Thank you for this nice explanation. I skimmed the abstract but didn't really understand it.
  • keeganryan 1 hour ago
    [dead]