|
|
|
|
|
by magicalhippo
958 days ago
|
|
RSA digital signatures can reveal a signer’s secret key if a computational or hardware fault occurs during signing with an unprotected
implementation using the Chinese Remainder Theorem and a deterministic padding scheme like PKCS#1 v1.5.
[...] In this context, a passive adversary can quietly monitor legitimate connections without risking detection until they observe
a faulty signature that exposes the private key. The attacker can then actively and undetectably impersonate the compromised host to intercept sensitive data. And they say crypto is hard, sheesh... Seriously though, almost every time I hear about some new (to me) attack, I get amazed at the ingenuity of people. |
|
Damn those Chinese hackers again!