| ▲ | Forging 1024-bit RSA signatures in nearly SNFS time [pdf](eprint.iacr.org) | |||||||
| 30 points by int0x29 6 hours ago | 2 comments | ||||||||
https://arstechnica.com/security/2026/09/theres-a-new-way-to... | ||||||||
| ▲ | tptacek an hour ago | parent [-] | |||||||
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. | ||||||||
| ||||||||