shamir39 icon indicating copy to clipboard operation
shamir39 copied to clipboard

Split BIP39 mnemonics using Shamir's Secret Sharing Scheme

Results 17 shamir39 issues
Sort by recently updated
recently updated
newest added

Added ability to toggle the visibility of the BIP39 Mnemonic. This is an important security feature if the user is distributing the shamir39 shares in person as they may not...

Hi, would it be possible to split/recombine into 20 word shares: Trezor T and Keystome offer Shamir backup options, where they split into n/m shares of 20 words. And they...

Please, help - cant seem to firgure out what I am doing wrong: using this seed phrase: ceiling luxury void exotic thunder stable very type tree fruit custom material social...

The entropy, along with checksum, is padded prior to splitting resulting in longer-than-necessary mnemonics. For example, for 12 word (128-bit) mnemonic with checksum results in 132 bits, which is then...

The number of bits used for ssss shares determines the maximum number of shares. The ssss library defaults to 8 bits (max 255 shares) The shamir39 implementation hardcodes it to...

Can you possibly upload this to Arweave.org and share the url here so it will exist forever?

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...

Added a button to the UI that tests that the mnemonic is always recovered given enough shares to buy the user peace of mind. Caveat: since it exhaustively checks all...

Aside from the leading 'version' word in shamir mnemonics, it may be useful for them to be bip39 compatible. Currently they don't have a checksum so are reported as invalid...

Dear Ian, i am new on Git Hub and i dont know how to contact you, so i will write here my question :) I try to understand your example...