Term
Shamir's Secret Sharing
A cryptographic method to split a secret into multiple shares so any threshold subset can reconstruct it.
- Type
- securitywallet
- Also known as
- SSSSLIP-0039
Definition
1
definition
Shamir's Secret Sharing splits a secret (like a seed) into N shares such that any M shares can reconstruct it, but fewer reveal nothing. Some wallets implement a standardized variant (SLIP-0039).
2
caution
- Poor storage of shares can still leak the secret
- Consider multisig + distributed backups as an alternative
- Practice recovery to avoid misconfiguration
Related Terms
All terms and definitions may update as the Cryptionary improves.
