Coding-Enthusiast/FinderOuter

Recovering BIP38 password without having the address

Coding-Enthusiast opened this issue · 15 comments

Since the BIP38 string already contains an address hash, recovering without the address itself is technically possible but it would add 1x Base58 encoding and 2x SHA256 hash and our IConverter implementations don't have that option yet. The encoding part has to be optimized otherwise the speed could decrease significantly.

This feature is postponed until there is either demand for it or version 1.0 is about to be released.

Hi , What about known password ,but 6Pn******************* recovery need. Do you have a plan such options in future ?

Hi , What about known password ,but 6Pn******************* recovery need. Do you have a plan such options in future ?

If you mean a damaged string (eg. missing some characters) there already is an option for it under Missing Base58.

There are exactly 58 characters in a BIP38 encrypted key string. Realistically you need to know at least 50 of them with the position of the remaining missing digits to be able to recover it.

There are exactly 58 characters in a BIP38 encrypted key string. Realistically you need to know at least 50 of them with the position of the remaining missing digits to be able to recover it.

hello, i have an encrypted private key but i don't know any details of the BIP38 password. is it possible to find it thanks to your software? I have the encrypted private key and the public wallet

hello, i have an encrypted private key but i don't know any details of the BIP38 password. is it possible to find it thanks to your software? I have the encrypted private key and the public wallet

Hello. You need to know something about the password to be able to recover it, at the very least the length of it.

Someone has hacked multiple accounts of mine.

Hi I have my private key and public but I lost my decoding phrase how can I find it

If you have your private key just import it into a new wallet and you will recover your funds.

In which wallet
I try it on Coinomi it need BIP38 Phrase

Bitcoin Core only needs the privkey.

It don't have any import options

What doesn't ? Bitcoin Core ?

Yes ,say that it don't support

In Bitcoin Core, open the console window and type - importprivkey
This will recover your funds.