1
Android App Support / Re: Android wallet backup keys
« on: January 21, 2014, 06:22:54 PM »
I got it to work thank you
This is the command what I had to use for it to work
enc -d -aes-256-cbc -a -in C:\Users\Shawn\Desktop\goldcoin-wallet-keys-2014-01-21 -k b -out C:\Users\Shawn\Desktop\test.txt
I had to make a output text file and also put -k passcode for the password for the main commands to work correctly without wiping out the original file

This is the command what I had to use for it to work
enc -d -aes-256-cbc -a -in C:\Users\Shawn\Desktop\goldcoin-wallet-keys-2014-01-21 -k b -out C:\Users\Shawn\Desktop\test.txt
I had to make a output text file and also put -k passcode for the password for the main commands to work correctly without wiping out the original file