|
BugTraq
Joint encryption? Feb 18 2005 07:42AM John Richard Moser (nigelenki comcast net) (7 replies) Re: Joint encryption? Feb 19 2005 10:44AM devnull Rodents Montreal QC CA (1 replies) Re: Joint encryption? Feb 19 2005 10:24AM Casper Dik Sun COM (1 replies) |
|
Privacy Statement |
> The most obvious methods I can think of create explosive data growth
> as M and N increase. The amount of data needed in any way I can think
> of grows linearly with M and exponentially with N.
The data remains encrypted, until the key is known. So only the key needs to
be distributed. Keywords: Reed-Solomon, FEC, Vandermonde matrices, PAR2.
Extra requirement is, that you don't want 90% of the key known when M=10 and 9
key-secrets are collected, so you need an extra 'layer'.
A change of 1 bit in one 'layer' should change in average 50% of the bits in
the next 'layer', because basically you want each key-bit to remain unknown
(and unguessable) until (at least) M secrets are known.
--
Grtz, Ruud
[ reply ]