Author

Topic: Is it possible to get mnemonic seed from master key? (Read 124 times)

legendary
Activity: 3472
Merit: 10611
is it possible to get mnemonic seed from the master secret phrase?
Do you mean you already have the master private key (a string starting with xprv)?
Because if you do, you don't need to have your mnemonic, passphrase, or anything else; all your keys are derived using this master private key.
newbie
Activity: 3
Merit: 6
Trezor's Shamir Secret Sharing uses SLIP39 and from what I recall, they are not interchangable. I'm assuming that you're talking about BIP39 seeds. If that is the case, then it is not possible. BIP39 uses PBKDF2 to generate the seed which is a non-reversible function and as such you cannot generate a seed from that. SLIP39 and BIP39 are fundamentally different so they are not compatible in the first place.

BTCrecover actually supports SLIP39. Refer to the documentation here: https://btcrecover.readthedocs.io/en/latest/Usage_Examples/basic_password_recoveries/#slip39-passphrases.

I didn't know it supports SLIP39, thank you for the help, it works with that! I can just enter my SLIP39 seeds there.
Thank you and the thread can be closed now.

In general, you can't convert a master private key back into a mnemonic phrase (as ranochigo mentioned), because the alrogithms currently in use are all irreversible.

You might be able to combine the Shamir parts if they lead you to reconstruct the whole mnemonic phrase. But that depends on whether that is the contents of the secret parts.

Why would you need BTCrecover though, anyway? Have you lost some of the parts (or the Trezor)?

I forgot my secret phrase, but I remember enough of it that I should be able to crack it using BTCRecover.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
In general, you can't convert a master private key back into a mnemonic phrase (as ranochigo mentioned), because the alrogithms currently in use are all irreversible.

You might be able to combine the Shamir parts if they lead you to reconstruct the whole mnemonic phrase. But that depends on whether that is the contents of the secret parts.

Why would you need BTCrecover though, anyway? Have you lost some of the parts (or the Trezor)?
legendary
Activity: 2982
Merit: 4193
Trezor's Shamir Secret Sharing uses SLIP39 and from what I recall, they are not interchangable. I'm assuming that you're talking about BIP39 seeds. If that is the case, then it is not possible. BIP39 uses PBKDF2 to generate the seed which is a non-reversible function and as such you cannot generate a seed from that. SLIP39 and BIP39 are fundamentally different so they are not compatible in the first place.

BTCrecover actually supports SLIP39. Refer to the documentation here: https://btcrecover.readthedocs.io/en/latest/Usage_Examples/basic_password_recoveries/#slip39-passphrases.
newbie
Activity: 3
Merit: 6
I used trezor model T to make shamir shares, I used a tool to combine them into a master secret phrase, which gave me access to the root key, which I could use to import the wallet and use it in electrum wallet.
However what I need is mnemonic seed as I am trying to recover my passphrase using BTCRecover, is it possible to get mnemonic seed from the master secret phrase?
Is there any other way I could use BTCRecover without having mnemonic seed?
Jump to: