Switch language한국어
Back to the list

How Shamir's Secret Sharing Works | Hacker News

TL;DR AI

Key summary

2 min read
  1. Large secrets are often handled by encrypting the payload and splitting only the encryption key among shares.

  2. The discussion contrasted Shamir’s Secret Sharing with simpler data-splitting approaches like Reed-Solomon.

  3. It noted that Reed-Solomon splitting can leak information unless it is combined with an all-or-nothing transform.

  4. The takeaway: secret sharing and data splitting have different security properties, and the safer choice depends on the threat model.

Read the original