Secure key issuing cryptography

[1] In addition to the normally transmitted information the user supplies what is known as "blinding" information which can be used to blind (hide) data so that only the user can later retrieve it.

The third party provides a "blinded" partial private key, which is then passed on to several other third parties in order, each adding another part of the key before blinding it and passing it on.

If all third parties cooperate, they can recover the private key, so key escrow problems arise only if all third parties are untrustworthy.

The paper below states, "Compared with certificate-based cryptography, ID-based cryptography is advantageous in key management since key distribution and revocation are not required."

However, this poses a problem in long-lived environments where an identity (such as an email address) may shift in ownership over time, and old keys need to be revoked and new keys associated with that identity provided to a new party.