Ssss: Shamir's Secret Sharing Scheme (2006)
11–20 of 51 posts
Re: Ssss: Shamir's Secret Sharing Scheme (2006)
#12Re: Ssss: Shamir's Secret Sharing Scheme (2006)
#13Re: Ssss: Shamir's Secret Sharing Scheme (2006)
#14Re: Ssss: Shamir's Secret Sharing Scheme (2006)
#15Shamir's scheme is related to Reed-Solomon error correction.
Re: Ssss: Shamir's Secret Sharing Scheme (2006)
#16Implementation: https://github.com/dsprenkels/sss
Re: Ssss: Shamir's Secret Sharing Scheme (2006)
#17Re: Ssss: Shamir's Secret Sharing Scheme (2006)
#18Re: Ssss: Shamir's Secret Sharing Scheme (2006)
#19This is a wonderfully simple scheme to split up keys between parties, but this still involves a party (the one that made the key) at some point knowing the key. This scheme implies you trust this distributor not to make copies of the key for himself (queue sauron references...). I've wondered if there's a scheme that does NOT trust the distributor of the key. What if the only time they key was known was when the part…
Re: Ssss: Shamir's Secret Sharing Scheme (2006)
#20This is a wonderfully simple scheme to split up keys between parties, but this still involves a party (the one that made the key) at some point knowing the key. This scheme implies you trust this distributor not to make copies of the key for himself (queue sauron references...). I've wondered if there's a scheme that does NOT trust the distributor of the key. What if the only time they key was known was when the part…