-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shamir’s Secret Sharing #229
Labels
Comments
radumarias
changed the title
Group/Decentralized encryption
Threshold/Decentralized key/encryption
Nov 11, 2024
|
I just wanted to add clarifications: The recommendation above is to avoid zero-sharing issues, both upon share construction and key reconstruction. See our writeup for more info on the issue. |
@MarcIlunga thank you, will investigate that |
radumarias
changed the title
Threshold/Decentralized key/encryption
Shamir’s Secret Sharing
Dec 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using Shamir's secret sharing, build a group encrypted folder with a minimum number of members available to access the files. This is good for shared folders where you want to increase security so that if one part of the key is compromised, it doesn't compromise the whole key, hence all the data.
Ref
The disadvantage is that each user can reconstruct the whole key and decrypt anything. See a solution that addresses this.
Structure notes
The text was updated successfully, but these errors were encountered: