paritytech / banana_split

Shamir's Secret Sharing for people with friends
https://bs.parity.io
GNU General Public License v3.0
282 stars 45 forks source link

N/2+1 as default, but customizable like in SLIP-0039 spec #98

Open 1000i100 opened 2 years ago

1000i100 commented 2 years ago

I asked it some years ago in this project : https://github.com/seedhodler/seedhodler/issues/125

For the UI, ideally it would look like this : shard-UI with 3 grey dot as drag area to add or remove shards.

And to be SLIP-0039 fully compliant, and advanced version would look like : shard-adv-UI With each group (column) with user choosen custom name to print. At print, it would be generalSeedName, group groupName writen on each page, to help recovery process.

But i'm not sure it's usefull to be SLIP-0039 compliant, i think the simple UI can do the job ;)