Dangers of Blind Signing
RSA is subject to the RSA blinding attack through which it is possible to be tricked into decrypting a message by blind signing another message. Since the signing process is equivalent to decrypting with the signers secret key, an attacker can provide a blinded version of a message encrypted with the signers public key, for them to sign. The encrypted message would usually be some secret information which the attacker observed being sent encrypted under the signers public key which the attacker wants to learn. When the attacker unblinds the signed version they will have the clear text:
where is the encrypted version of the message. When the message is signed, the cleartext is easily extracted:
Note that refers to Euler's totient function. The message is now easily obtained.
This attack works because in this blind signature scheme the signer signs the message directly. By contrast, in an unblinded signature scheme the signer would typically use a padding scheme (e.g. by instead signing the result of a Cryptographic hash function applied to the message, instead of signing the message itself), however since the signer does not know the actual message, any padding scheme would produce an incorrect value when unblinded. Due to this multiplicative property of RSA, the same key should never be used for both encryption and signing purposes.
Read more about this topic: Blind Signature
Famous quotes containing the words dangers and/or blind:
“The sun of Rome is set. Our day is gone;
Clouds, dews, and dangers come; our deeds are done.”
—William Shakespeare (15641616)
“The shadow of the Venetian blind on the painted wall,
Shadows of the snake-plant and cacti, the plaster animals,
Focus the tragic melancholy of the bright stare
Into nowhere, a hole like the black holes in space.”
—John Ashbery (b. 1927)