|
|
|
|
|
by compsciphd
19 days ago
|
|
before I learned of shamir secret sharing, I wondered why one couldn't do the same exact thing with a par2 like system (albiet with smaller pieces than a par2 system would traditionally have). i.e. you have X bits of data, you create Y*X/N sized recovery blocks (where Y > N). You hand each recovery block to individual users. and any N users can get together to recover the key and decrypt the contents. |
|
Yes, you can just GF(256), but if you're worried I'd also just use a prime field instead.