I have got a MultiBit key-backup map with the file multibit-201311xxxxxxxx28.key
The beginning and the and of the rows in the .key file are looking like this:
U2FsdGVxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxToxPXSx
xgFIbGS/hxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0MeL1rl
(the x's are replacement of the original characters)
When I run in the terminal:
sudo openssl enc -d -p -aes-256-cbc -a -in multibit-201311xxxxxxxx28.key -out encdoutput.txt
enter aes-256-cbc decryption password: xxxxxxxx
It returns:
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
salt=7DAA3xxxxxxxxE5A
key=1ED71A42Fxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx316AEB828
iv =95D359xxxxxxxxxxxxxxxxxxxxx09CAE
bad decrypt
The content of encoutput.txt shows 64 characters like this:
5ÉäÑч�8=™xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxÍÞ^¸�ãlÔÈÌ]Û·
When I open the .wallet file in a hex editor it shows this:
0A 16 6F 72 67 2E 62 69 74 63 6F 69 6E 2E 70 72 6F 64 75 63 74 69 6F 6E 1A 6D 08 02 1A 21 (the beginning of the file in hexadecimal)
..org.bitcoi[Suspicious link removed]oduction.m...! plus a lot of meaningless characters for me in ISO-8859-1
End of the file shows this text: org.multibit.walletProtect.2.....Z"De beschrijving van je portemonnee`.h.
I also have a .wallet.cipher file: multibit-201311xxxxxx16.wallet.cipher. When I open it in a hex editor the value begins with "mendoza"
I have got the address of the wallet and it is showing some mBTC in Electrum
How can I sweep the private key in Electrum?