What is it
Shamir's Secret Sharing
A cryptographic algorithm that splits a secret into multiple parts called shares. Only a minimum number of shares — the threshold — can reconstruct the original secret.
For example, split a secret into 5 shares with a 3-of-5 threshold. Any 3 shares recover the secret; fewer than 3 reveal nothing at all. This is called information-theoretic security.