Author

Topic: How to get private keys out of Android wallet? (Read 2489 times)

legendary
Activity: 1820
Merit: 1001
November 26, 2015, 10:58:53 PM
#5
Do you not have the option to do like dump private key on Android wallet would that not be the simplest way to get your private keys and then import or save to where needed, or is this different on this wallet?
staff
Activity: 3374
Merit: 6530
Just writing some code

Ok and whats the step ive missed before?
I feel i did allright using openssl command.
You also need to do a bunch of stuff with the wallet-tool in order get the data from the protobuf to a key. Those are near the bottom of the file under the headings Recovering from protobuf wallet format and Recovering from Base58 key format.

Please be more clear, also since you are respected user i can pass you my file.
I suppose you can do that if you think I am trustworthy. If you want to do that, send me a pm and I will send you my email.
hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!

Ok and whats the step ive missed before?
I feel i did allright using openssl command.

Please be more clear, also since you are respected user i can pass you my file.
staff
Activity: 3374
Merit: 6530
Just writing some code
hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!
Ok i have android wallet, the old one - https://play.google.com/store/apps/details?id=de.schildbach.wallet&hl=en

I did backup of my files and got tchem to computer.
After reading: http://bitcoin.stackexchange.com/questions/17176/how-to-decode-private-key-from-android-bitcoin-wallet
I did manage to do:
openssl enc -d -aes-256-cbc -a -in "INFILE" -out "OUTFILE.txt" -k PASSWORD

But what im getting is a manged binary full of odd characters. chaning binary to wallet.dat wont help.


Any ideas?
Jump to: