bcoin-org/bcoin

Get back the seed phrase from an encrypted wallet

RajWorking opened this issue · 0 comments

Once a passphrase has been set for a wallet, the API will not reveal the unencrypted master private key or seed phrase.
While creating a new wallet, the passphrase argument will encrypt the wallet preventing the user from ever accessing the seed phrase.
We need an API call to enable the user to get back the seed phrase by passing in the passphrase with the bwallet-cli master command.