-
@kewbish Interesting project! Could you please elaborate/"eli5" the scheme and differences of kintsugi vs Shamir's Secret Sharing?
Is this method somehow complementary?
Thank you!
-
**Summary**
A vulnerability has been identified in the Shamir Secret Sharing Scheme implementation. The reconstruction process yields plausible but incorrect results when shares are corrupted, indica…
-
I found vulnerability in the implementation of the scheme that allows an attacker to directly recover some content of share C with only shares A and B in a 3 of 5 threshold scheme. It works in most…
-
Using [Shamir's secret sharing](https://en.wikipedia.org/wiki/Shamir%27s_secret_sharing), build a group encrypted folder with a minimum number of members to access the files. This is good for shared f…
-
Resources:
- https://web.mit.edu/6.857/OldStuff/Fall03/ref/Shamir-HowToShareASecret.pdf
- https://decentralizedthoughts.github.io/2020-07-17-polynomial-secret-sharing-and-the-lagrange-basis/
- ht…
-
What SSS implementation do you plan to use in your upcoming update? Most of them are secure against confidentiality, but are not secure against integrity. I found some comparison of available librarie…
ghost updated
6 years ago
-
Our seed vault is only as secure as our seed backup itself. Currently, many crypto users keep the full seed backed up in their house -- which is vulnerable to physical attack. Others might naively spl…
-
> Shamir's Secret Sharing is an algorithm in cryptography created by Adi Shamir. It is a form of secret sharing, where a secret is divided into parts, giving each participant its own unique part. To r…
-
I suggest adding shamir's secret sharing scheme as described [Satoshi Labs's SLIP0039](https://github.com/satoshilabs/slips/blob/master/slip-0039.md)
My idea is to introduce command that generates …
-
**Describe the solution you'd like**
I've seen multiple issues that asks for a way to combine secrets, like those two: https://github.com/systemd/systemd/issues/20936 and https://github.com/systemd/s…