Skip to main content

Distributed Secrets

Definition

Distributed secrets involve splitting a cryptographic secret, such as a private key, into multiple shares and distributing these shares among several participants. No single participant holds the entire secret, requiring a predefined threshold of shares to reconstruct it. This method significantly enhances security by eliminating single points of compromise. It is a core technique in secure multi-party computation and threshold signature schemes.