Would be great if the "BIP39 Split Mnemonic" could be configured to split into more than 3 cards (up to the number of seed words, providing it's divisible).
Though this is still less secure than https://github.com/iancoleman/shamir39 which I like as a better means for helping safeguard against typos in reconstruction.
Is anyone using the split mnemonic cards for anything?
A more configurable solution is SLIP-0039 specified by the Trezor guys. As shameless plug, let me suggest you to have a look at the command-line tool I made for implementing that standard.
Would be great if the "BIP39 Split Mnemonic" could be configured to split into more than 3 cards (up to the number of seed words, providing it's divisible).
Though this is still less secure than https://github.com/iancoleman/shamir39 which I like as a better means for helping safeguard against typos in reconstruction.
Is anyone using the split mnemonic cards for anything?