Jump to content

Distributed key generation

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sabre ball (talk | contribs) at 11:35, 9 May 2011 (Create references section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

For some protocols no party should be in the sole possession of the secret key. Rather, during distributed key generation every party obtains a share of the key. A threshold of the participating parties need to cooperate in order to achieve a cryptographic task, such as decrypting a message.

In this sense distributed key generation is a logical preliminary step for doing threshold decryption without need for a trusted third party

There are different algorithms for different key types. Gennaro et al. introduced a secure protocol for discrete log-based systems in 1999[1]. Boneh and Franklin designed in 1997 a protocol for distributed RSA key generation for three or more parties [2]. In 1999, a paper by Gilboa [3] introduced two party distributed RSA key generation. An open source software for this protocol is available at [4].

References