iancoleman / shamir39

Split BIP39 mnemonics using Shamir's Secret Sharing Scheme
https://iancoleman.github.io/shamir39/
MIT License
187 stars 91 forks source link

Shamir 39 Tool: Add option to use satoshilabs word list? #18

Open seachem opened 3 years ago

seachem commented 3 years ago

I was experimenting with inputing the Shamir shares (20 word list) produced by Trezor into your tool however there is a word not used ("academic") in your tool that they use. Would it be possible to add an option/switch to use their wordlist to reconstruct shares in the combine list? Their list is located at https://github.com/satoshilabs/slips/blob/master/slip-0039/wordlist.txt

This would be helpful as an escape hatch to restore a wallet in case Trezor/satoshilabs ever disappears.

Ratio2 commented 3 years ago

Bip39/shamir39 use 2048 word list (11 bit per word), but slip39 use 1024 (10 bit per word). Therefore it is no way just replace word list.