iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.41k stars 1.42k forks source link

bip38 ethereum encryption #654

Open RickDeckcard opened 6 months ago

RickDeckcard commented 6 months ago

I´m trying to create a python3 script to recover a wallet for a customer. The wallet is Ethereum and using iancoleman.io with bip38 encryption and put a passphrase the address is correct (POC). But when i try to create the script I have a lot of problems because BIP38 is to use in Bitcoin addresses. Could any help me to understand how modify the bip32 private key to use that with bip38? Thank you.