Post
Topic
Board MultiBit
Re: Multibit Classis Wallet Password Problem
by
NotATether
on 18/02/2021, 19:00:36 UTC
Thank you very much for your reply!! I have the keys extracted from my multibit wallet and they are on my laptop but they are still encrypted. Is it possible to import them into Electrum for example and try to decrypt it there?

Good question. I found a Stack Exchange question asking the same thing. Without opening Multibit, it says to run

Code:
openssl enc -d -p -aes-256-cbc -a -in \<ciphertext file\> -out \<plaintext file\> -pass pass:\<password\>

The openssl command is available if you are running Linux or Mac.