- Aug 28, 2015
- 517
- 1,679
Let's say i have 10 parties each holding an ECDSA keypair who each securely send me a public key.
I create a newly generated random ECDSA private key and want to break it up into 10 pieces and send it back to them encrypted with their personal public key. Thus only they are able to decrypt the key back to an unencrypted partial private key status.
Now the question I have is what known effective ways are there of distributing the key piecemeal or jumbled such that no individual party can reassemble the key, but that in the event of a number of parties failing to respond to a request to return the piecemeal fragment it is still possible to restore the key from say 5 honest parties?
I create a newly generated random ECDSA private key and want to break it up into 10 pieces and send it back to them encrypted with their personal public key. Thus only they are able to decrypt the key back to an unencrypted partial private key status.
Now the question I have is what known effective ways are there of distributing the key piecemeal or jumbled such that no individual party can reassemble the key, but that in the event of a number of parties failing to respond to a request to return the piecemeal fragment it is still possible to restore the key from say 5 honest parties?