Bitcoin Forum
May 11, 2024, 08:34:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Decrypt .key old multibit wallet  (Read 114 times)
evergreentrone (OP)
Newbie
*
Offline Offline

Activity: 12
Merit: 4


View Profile
December 02, 2021, 09:01:35 AM
Merited by o_e_l_e_o (4)
 #1

Hello Guys !  Grin

I find an old file .key from multibit that i used a long time ago. The file is encrypted and i try to put in multibit software but doesn't work !

I don't remember if i use a password but when i used multibit i just open the software and used it..
I think when i use the software for payment, there is a creation of file.key ?? and it is automatically encrypted ? i'm not sure of the functioning

Somebody have an idea to decrypt .key file ? and a procedure to do it ?  Undecided

Thanks brothers !  Wink
1715416485
Hero Member
*
Offline Offline

Posts: 1715416485

View Profile Personal Message (Offline)

Ignore
1715416485
Reply with quote  #2

1715416485
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
NeuroticFish
Legendary
*
Offline Offline

Activity: 3668
Merit: 6383


Looking for campaign manager? Contact icopress!


View Profile
December 02, 2021, 10:13:14 AM
Merited by o_e_l_e_o (4)
 #2

Make a copy of the key file and open it with a text editor (notepad?)

In the file ignore the lines that start with #.
If you have at least one line that looks like
Kxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 2021-12-02T11:28:19Z
or
Lxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 2021-12-02T11:28:19Z
(obviously another chars instead of x) then you're good, you can import the private key into Electrum.
Please don't post it anywhere online.

If the file looks different, i.e. it starts with U2F, then it's encrypted and you need to remember your password (and if you don't remember it then you have a problem).
If it's not password protected, you can import it into Electrum as P2PKH:Kxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

(Make sure you've got Electrum from electrum.org and verified it too.)

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
o_e_l_e_o
In memoriam
Legendary
*
Offline Offline

Activity: 2268
Merit: 18512


View Profile
December 02, 2021, 10:53:43 AM
Merited by NeuroticFish (4)
 #3

To follow on from NeuroticFish's comment:

If the file is encrypted, then you can decrypt it via OpenSSL. The instructions for doing so are here: https://github.com/Multibit-Legacy/multibit/wiki/Export%20and%20limited%20import%20of%20private%20keys

The command you need to run is:
Code:
openssl enc -d -p -aes-256-cbc -a -in \<ciphertext file\> -out \<plaintext file\> -pass pass:\<password\>

If it is encrypted and you cannot remember the password, then you can use btcrecover to attempt to bruteforce it if you have a vague idea of what it might be: https://btcrecover.readthedocs.io/en/latest/
evergreentrone (OP)
Newbie
*
Offline Offline

Activity: 12
Merit: 4


View Profile
December 02, 2021, 12:23:17 PM
 #4

Thanks you guy ! i will check your comments and come back to you soon  Kiss
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!