5 questions to test your understanding
In Shamir's (3,5) scheme, the secret is the constant term of a random degree-2 polynomial p(x) = s + a1*x + a2*x^2 over a finite field. Why do exactly 3 points determine s, but 2 points reveal nothing?
Shamir's secret sharing provides information-theoretic security (perfect secrecy) for the secret. What assumption does it NOT require?
An organization uses (3,5) secret sharing to protect a master encryption key. Two of the five shareholders collude and share their shares. What do they learn about the key?
Verifiable secret sharing (VSS) extends Shamir's scheme to protect against a dishonest dealer who distributes inconsistent shares. Why is this important?
Secret sharing can be used to build a simple (t, n) threshold signature scheme where t of n parties must cooperate to sign, but no individual party can sign alone.