Shamir’s Secret Sharing Scheme
ericrafaloff.com
Shamir’s Secret Sharing Scheme
1–10 of 46 posts
Re: Shamir’s Secret Sharing Scheme
#2Re: Shamir’s Secret Sharing Scheme
#3Re: Shamir’s Secret Sharing Scheme
#4This is very very very old (not the link, but SSSS). I wonder why did it pop in HN today.
Re: Shamir’s Secret Sharing Scheme
#5Then the part where using integers leaks information, and how to attack that, gets a bit hairier but is still a moderately accessible way to show cryptanalysis in practice. The fix using finite fields is then probably a step too far for most laypeople, and can be used as a lesson in how the fundamentals can be simple, but the devil is in the details.
Re: Shamir’s Secret Sharing Scheme
#6Re: Shamir’s Secret Sharing Scheme
#7Re: Shamir’s Secret Sharing Scheme
#8Shamir's Secret Sharing is probably my favourite algorithm for showing the deep relationship between algebra and cryptography. The Fundamental Theorem of Algebra is a relatively straightforward result to show to a layperson, and Shamir's is basically as direct an application of it as you could want. Then the part where using integers leaks information, and how to attack that, gets a bit hairier but is still a moderat…
Re: Shamir’s Secret Sharing Scheme
#9Shamir's Secret Sharing is probably my favourite algorithm for showing the deep relationship between algebra and cryptography. The Fundamental Theorem of Algebra is a relatively straightforward result to show to a layperson, and Shamir's is basically as direct an application of it as you could want. Then the part where using integers leaks information, and how to attack that, gets a bit hairier but is still a moderat…
Finite fields can be explained to laypeople as arithmetic on a clock (with a prime number of hours), so additions and multiplications wrap around.
Re: Shamir’s Secret Sharing Scheme
#10I would expect this relates to Hashicorp's Vault product. It's gaining some notoriety and employs Shamir's secrets to seal/unseal the main vault.