Blind Signature - Dangers of Blind Signing

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:


\begin{align}
m'' & = m' r^e\pmod n \\ & = (m^e\pmod n \cdot r^e)\pmod n \\ & = (mr)^e \pmod n \\
\end{align}

where is the encrypted version of the message. When the message is signed, the cleartext is easily extracted:


\begin{align}
s' & = m''^d\pmod n \\ & = ((mr)^e\pmod n)^d\pmod n \\ & = (mr)^{ed} \pmod n \\ & = m \cdot r \pmod n \mbox{, since } ed \equiv 1 \pmod{\phi(n)}\\
\end{align}

Note that refers to Euler's totient function. The message is now easily obtained.


\begin{align}
m = s' \cdot r^{-1} \pmod{n}
\end{align}

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 of, dangers and/or blind:

    One of the dangers of the American artist is that he finds himself almost exclusively thrown in with persons more or less in the arts. He lives among them, eats among them, quarrels with them, marries them.
    Thornton Wilder (1897–1975)

    Fearlessness is a more than ordinary strength of mind, which raises the soul above the troubles, disorders, and emotions which the prospect of great dangers are used to produce. And by this inward strength it is that heroes preserve themselves in a calm and quiet state, and enjoy a presence of mind and the free use of their reason in the midst of those terrible accidents that amaze and confound other people.
    François, Duc De La Rochefoucauld (1613–1680)

    But he though blind of sight,
    Despis’d and thought extinguish’t quite,
    With inward eyes illuminated
    His fierie vertue rouz’d
    From under ashes into sudden flame,
    And as an ev’ning Dragon came,
    John Milton (1608–1674)