Re: Secret sharing algorithm with chosen keys
- From: Ilmari Karonen <usenet2@xxxxxxxxxxxxxx>
- Date: 24 Feb 2009 19:15:34 GMT
On 2009-02-24, James Taylor <usenet@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Couldn't Thomas do what he was proposing to do in the T=N case, but do
that for each possible set of T people where T<N do you think? He could
then protect the shared secret with multiple decryption keys, each key
being the XOR of one possible set of T people. This wouldn't scale well
to large numbers of N and T but might suffice for his purpose (depending
on the exact nature of his purpose, of course).
Of course, I'm the novice round here so I've probably overlooked
something.
That was the exact scheme I was going to propose, so either it makes
sense or we've both overlooked something. :)
Actually, though, I think one should be able to do better by adapting
Blakley's scheme: Take the N random keys and interpret them as
N-dimensional hyperplanes; except for rare degenerate cases, these
hyperplanes will intersect at a single point. Now simply publish the
first N-T coordinates of the intersection point, essentially defining
a T-dimensional affine subspace of the full N-dimensional space which
includes the intersection point. The intersections of T of the random
hyperplanes with this affine space will then be enough to determine
the remaining T coordinates of the intersection point.
This is still less efficient than Shamir's scheme or even the normal
Blakley's scheme, requiring shares that are N times as long as the
secret. But that's still a lot better than N choose T.
--
Ilmari Karonen
To reply by e-mail, please replace ".invalid" with ".net" in address.
.
- Follow-Ups:
- Re: Secret sharing algorithm with chosen keys
- From: Ilmari Karonen
- Re: Secret sharing algorithm with chosen keys
- References:
- Secret sharing algorithm with chosen keys
- From: lethal . possum
- Re: Secret sharing algorithm with chosen keys
- From: Scott Fluhrer
- Re: Secret sharing algorithm with chosen keys
- From: James Taylor
- Secret sharing algorithm with chosen keys
- Prev by Date: Re: Secret sharing algorithm with chosen keys
- Next by Date: Re: Secret sharing algorithm with chosen keys
- Previous by thread: Re: Secret sharing algorithm with chosen keys
- Next by thread: Re: Secret sharing algorithm with chosen keys
- Index(es):
Relevant Pages
|