Skip to main content

Shamir's Secret Sharing

security · wallet

A cryptographic method to split a secret into multiple shares so any threshold subset can reconstruct it.

Also known as
SSS, SLIP-0039
1.definition

Shamir's Secret Sharing splits a secret into multiple shares using threshold cryptography. In an M-of-N setup, any M shares can reconstruct the secret, while fewer than M shares reveal no useful information.

2.caution

Some wallets use SLIP-0039, a standardized mnemonic format based on Shamir-style sharing. Shares still need careful storage, clear labeling, and tested recovery; confusing shares from different backups can make recovery fail.

Related terms

All terms and definitions may update as the Cryptionary improves.