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

import private keys from Bitcoin Wallet backup files #78

Merged

Conversation

johnzweng
Copy link
Contributor

Adds a new button to the AddRecordActivity which allows the import of private keys from backup files created by the Schildbach "Bitcoin Wallet" app. Didn't create a new Activity but simply added AlertDialogs to AddRecordActivity (don't know if you'd prefer to have this in separate Activity).

Some details:

  • button is not shown if no backup files exist
  • works with testnet and prodnet
  • allows to choose which file to import
  • allows to choose which key from the file to import
  • english and german strings included
  • uses javax.crypto.Cipher class to decrypt the AES-256-CBC enciphered backups (uses no code from the Schildbach Bitcoin Wallet)

device-2014-05-08-223900
device-2014-05-08-223912
device-2014-05-08-223950
device-2014-05-08-224006
device-2014-05-08-224040
device-2014-05-08-224119
device-2014-05-08-224131

@apetersson apetersson merged commit 1971281 into mycelium-com:master May 9, 2014
@johnzweng johnzweng deleted the import-bitcoin-wallet-keys branch May 9, 2014 13:46
Giszmo added a commit that referenced this pull request Feb 1, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants