-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Bip38 import #816
Bip38 import #816
Conversation
added bip38 decryption, tests, and sweep function
Conflicts: setup.py Update bip38 to use slowaes instead of a second aes implementation
travis fails because decr is not assigned in bitcoin.py line 83. |
The reason I didn't do the same sweep menu is that if there are multiple private keys, the password dialog could get confusing. It would need to ask for the password to each key individually. I can change it around to do that instead of a separate menu option. |
…p38_import Conflicts: .travis.yml gui/qt/main_window.py setup.py
My vote for this pull request. |
please resubmit as a plugin; this feature requires non-python dependencies. |
Bip38 import capability