Skip to content
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 Command #1119

Open
pedrofracassi opened this issue Jun 3, 2020 · 6 comments
Open

Shamir's Secret Sharing Command #1119

pedrofracassi opened this issue Jun 3, 2020 · 6 comments
Assignees
Labels
hacktoberfest Help us with PRs and get a beautiful T-Shirt! https://hacktoberfest.digitalocean.com/ scope: commands New command(s) suggestion/addition type: idea New request

Comments

@pedrofracassi
Copy link
Member

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 reconstruct the original secret, a minimum number of parts is required. In the threshold scheme this number is less than the total number of parts. Otherwise all participants are needed to reconstruct the original secret. Wikipedia

Basically we'd have a s!sss split command, which would let you split a secret into shares, and a s!sss combine command which would let you combine shares. Try it our here: http://point-at-infinity.org/ssss/demo.html

https://github.com/gburca/ssss-js

@pedrofracassi pedrofracassi added type: idea New request scope: commands New command(s) suggestion/addition labels Jun 3, 2020
@pedrofracassi pedrofracassi added the hacktoberfest Help us with PRs and get a beautiful T-Shirt! https://hacktoberfest.digitalocean.com/ label Oct 1, 2020
@ghost
Copy link

ghost commented Oct 9, 2020

Can I do this?

@almeidx
Copy link
Member

almeidx commented Oct 9, 2020

Can I do this?

Sure!

@almeidx almeidx assigned ghost Oct 9, 2020
@ghost
Copy link

ghost commented Oct 16, 2020

Im not fluent enough with the Discord.js library :( . Please unassign.

@almeidx almeidx unassigned ghost Oct 16, 2020
@almeidx
Copy link
Member

almeidx commented Oct 16, 2020

It's alright.

@highonweb
Copy link

Can I do this?

@almeidx
Copy link
Member

almeidx commented Oct 16, 2021

@highonweb sure!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Help us with PRs and get a beautiful T-Shirt! https://hacktoberfest.digitalocean.com/ scope: commands New command(s) suggestion/addition type: idea New request
Projects
None yet
Development

No branches or pull requests

3 participants