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
283 stars 107 forks source link

Missing BIP38 EC mult decryption mode #49

Closed Talant047 closed 2 years ago

Talant047 commented 2 years ago

Your program- Missing Bip38 pass- refuses to work. Check the error-Invalid prefix. I used this-

1AMYsRoWDAr5fAB49UUJUgse5LRZ2c82Qv

6PnWt89G6WGAr2mK5nEAPtSe7Q1EvK1W2Txodd9Y1KDEDJgWd6hg2Xv6nt

1945

bip-38

Coding-Enthusiast commented 2 years ago

That's because your encrypted key uses a different BIP38 mode (EC multiply) that I didn't think anybody used so there is no code for it. The algorithm is slightly different and complicated.

Thanks for the report. I'll see what I can do to implement this.

Talant047 commented 2 years ago

Thanks, I'll wait.