Blind signature schemes allow a message to be signed without revealing the message contents to the signer. Dr. David Chaum introduced blind signatures in 1982 as a way to sign messages privately. In a blind signature, the message is "blinded" with a random factor before signing, then "unblinded" to reveal the signature. This allows signatures to be generated without the signer viewing the actual message. However, blind signatures also introduce security risks like blinding attacks if used improperly for encryption and signing with the same key.