Hi guys - having an issue with my android feathercoin wallet - it will not sync (even after removing it from my phone) so i want to extract my address/private keys/wallet and import it into my PC wallet - any suggestions on how to do this? i have the feathercoin-wallet-backup from the app - passworded obviously - the google app page has a bit about extracting it using openssl but im not 100% sure how to go about it...
### Dumping/decrypting a wallet backup from the app ###
You can use openssl to dump the private keys from a wallet backup with this command:
openssl enc -d -aes-256-cbc -a -in
-- DO THIS ON A SECURE COMPUTER. YOUR PRIVATE KEY WILL COME OUT DECRYPTED --
You can use the importprivkey command on the resulting key to import it into the official feathercoin client.