Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Adding BIP-38 passphrase support #180

Open
jeepkd opened this issue Feb 8, 2023 · 1 comment
Open

Feature Request: Adding BIP-38 passphrase support #180

jeepkd opened this issue Feb 8, 2023 · 1 comment

Comments

@jeepkd
Copy link

jeepkd commented Feb 8, 2023

It would be useful to have support for BIP-38 passphrase. This will help improving security and also enable user to recover existing passphrase-protected seeds

@ChristopherA
Copy link
Contributor

As we've documented in a few other places such as our book on Smart Custody, the fact that there is no checksum on the BIP-38 passphrase makes it risky, and there are many examples of large losses due to it.

The other problem is properly backing up your BIP-38 passphrase.

Our current plan is to add Gordian Envelope support to Seed Tool, which will allow you to do SSKR share backup of more than just your seed, but also other data, such as descriptors, lightning channels, payment comments, etc. that are necessary to fully restore you wallet. Our plan is to first add the ability to backup your BIP-38 passphrase in the envelope, and then add other BIP-38-related features elsewhere in the app.

We are planning a Q2 release for adding Gordian Envelope to Seed Tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants