Coding-Enthusiast / FinderOuter

Easy to use bitcoin recovery tool to fix damaged private key, mini-private key, address, BIP38 encrypted key, mnemonic (seed phrase), BIP-32 derivation path, Armory backups, recover passwords and more
MIT License
296 stars 113 forks source link

BIP38 encryption password recovery #36

Closed Noname400 closed 2 years ago

Noname400 commented 2 years ago

Hello. you can help to make a password guessing for BIP 38 I have a key, but it's encrypted. your utility will be even more useful with the addition of this functionality. I am currently using a program written in python. the speed is bad. thanks for any help.

Coding-Enthusiast commented 2 years ago

I will add this option eventually.

The challenge is that all the recovery options I've implemented so far are using my own implementations of the underlying cryptography for maximize efficiency. BIP38 would be the same; scrypt, ECC and SHA256 are already implemented but AES is not and it is a complicated algorithm.

the speed is bad.

BIP38 is a very expensive algorithm and speed is expected to be bad.

Noname400 commented 2 years ago

спасибо. буду ждать