A hardware wallet user creates a BIP-39 seed phrase and stores it in a Shamir's Secret Sharing (SSS) scheme split into 5 shares requiring 3 to reconstruct. An attacker obtains 2 of the 5 shares. Which statement is cryptographically accurate?
-
A
The attacker can reconstruct the seed phrase using brute force since they have 40% of the shares
-
B
The attacker gains zero mathematical information about the seed phrase from 2 shares in a proper (2,5) threshold scheme — it is information-theoretically secure
-
C
The attacker can narrow the seed phrase to 2^128 possibilities instead of 2^256 by combining the two shares
-
D
The attacker can reconstruct the seed with a quantum computer using Grover's algorithm on the partial shares