BlockchainCommons / seedtool-cli

Cryptographic Seed Tool for the command line
Other
25 stars 16 forks source link

Allow BIP39 <-> SSKR #52

Closed ensingerphilipp closed 3 years ago

ensingerphilipp commented 3 years ago

Why not allow input of bip-39 and output of sskr (and vice versa)?

SSKR seems to be the best option right now to use a somewhat standardized format for shamir secrets that is not company dependent like Trezors SLIP-39.

It would be helpful to allow conversion form bip-39 to sskr as now i have to take the extra step of converting to HEX manually first.

ksedgwic commented 3 years ago

This seems useful to me.

wolfmcnally commented 3 years ago

The architecture of seedtool is specifically designed to do a single conversion per invocation. More complex conversions are accomplished by multiple invocations. This is by design to keep seedtool from becoming too complex.