# Shamir's Secret Sharing

Source URL: https://help.blockstream.com/education/glossary/shamir-secret-sharing
Updated: 2026-05-26T17:22:16.000Z
Letter: S

---

Shamir's Secret Sharing, named after its creator, Adi Shamir, who introduced the concept in 1979, is a method for securely sharing a secret (like a private key) in a distributed manner. 

The secret is divided into distinct parts, giving each participant its own unique part, with the requirement that a certain threshold must be combined to reconstruct the original secret. In the context of Bitcoin, Shamir's Secret Sharing can be used to enhance the security and flexibility of multisignature wallets and backups.

More information on Shamir's Secret Sharing can be found by reading the official Codex32 [site](https://www.secretcodex32.com/) and watching the visual explainer below.

Navigation: Blockstream Help Center > Education > Glossary > Shamir's Secret Sharing

## Related Terms in This Letter
- [Satoshis (sats)](https://help.blockstream.com/education/glossary/sats)
- [Schnorr signatures](https://help.blockstream.com/education/glossary/schnorr-signatures)
- [SHA-256](https://help.blockstream.com/education/glossary/sha-256)
- [Shamir's Secret Sharing](https://help.blockstream.com/education/glossary/shamir-secret-sharing) (current)
- [SNARKs](https://help.blockstream.com/education/glossary/snarks)
- [Sound Money](https://help.blockstream.com/education/glossary/sound-money)
- [STARKs](https://help.blockstream.com/education/glossary/starks)
- [Synthetic asset](https://help.blockstream.com/education/glossary/synthetic-asset)
