ilap / slip39-js

The javascript implementation of the SLIP39 for Shamir's Secret-Sharing for Mnemonic Codes.
MIT License
69 stars 27 forks source link

SLIP39 and related standards #10

Open ChristopherA opened 5 years ago

ChristopherA commented 5 years ago

We (@BlockchainCommons) have been working with Satoshi Labs at the last two #RebootingWebOfTrust events, and they incorporated many of our suggestions into the final SLIP39 standard. We also are working on extensible social key recovery which is a wrapper for binary representation of SLIP39 allowing for key metadata, multiple SLIP39 policies, 1:1 backup policies (aka BIP39 plus encrypted metadata) as well as to future-proof to allow additional key recovery policies to be implemented such as VSS compatible with Schnoor-Bitcoin based Musig.

We have a group of people working finalizing the two #RWOT papers below, a couple of BIPs, and a reference implementation. If you are interested in working with us and help adapt your library to support these new approaches, we'd welcome you. Send me email to ChristopherA@BlockchainCommons.com if you are interest.

From #RWOT8

Related to #RWOT8

From #RWOT9

C Reference Implementation (in progress, and may be soon refactored into two repos)

cc: @kanzure, @ksedgwic