iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.45k stars 1.43k forks source link

SLIP-39 Shamir Backup support? #354

Closed jonathancross closed 4 years ago

jonathancross commented 4 years ago

Trezor now ships with support for SLIP-0039 : Shamir's Secret-Sharing for Mnemonic Codes.

Although it seems a bit less efficient than your implementation, it would nevertheless be fantastic if you could add support for this emerging standard in your BIP39 tool. This would greatly benefit users by giving them an easy way to restore SLIP39 wallet even if they don't have a hardware device supporting the standard.

Might be helpful:

Related: #73 , https://github.com/iancoleman/shamir39/issues/10

iancoleman commented 4 years ago

Yeah I'm keen to make a similar tool for SLIP39, but it would be a standalone tool rather than integrated with this one. Thanks for the link to slip39-js, that'll be handy in the future.

jonathancross commented 4 years ago

I just discovered https://iancoleman.io/slip39/ -- Nice!