Jump to content

Distributed key generation

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 131.181.251.66 (talk) at 02:46, 3 May 2007 (added papers and software link). 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 (online available at citeseer). Boneh and Franklin designed in 1997 a protocol for distributed RSA key generation for three or more parties (online available at Boneh's homepage). In 1999, a paper by Gilboa (online available at Gilboa's homepage) introduced two party distributed RSA key generation. An open source software for this protocol is available at Distrib-RSA Sourceforge Project.