[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Blinding messages (newbie questions)
- To: [email protected]
- Subject: Blinding messages (newbie questions)
- From: [email protected]
- Date: Wed, 25 Aug 93 01:39:13 PDT
- Comments: This message is NOT from the person listed in the Fromline. It is from an automated software remailing service operating atthat address. Please report problem mail to <[email protected]>.
>[Karl Barrus describes blinding]
Excellent post! Can you tolerate a few newbie questions?
> Conceptually, when you blind a message, nobody else can read it.
So "blinding" is a synonym for encryption with your own public
key, aka multiplication by a very-hard-to-factor number?
> under the right circumstances if another
> party digitally signs a blinded message, the unblinded message will
> contain a valid digital signature.
In other words if Alice encrypts and Bob signs, Da(Db(Ea(M))) = Db(M)?
Under what conditions? Does RSA (in PGP) satisfy those conditions?
> If someone asks
> you to digitally sign a random stream of symbols, remember that what you
> sign may be unblinded to reveal a contract, etc.
For what applications would Bob want to sign an encrypted contract
instead of a plaintext?