HardCorePawn / multibit_recovery

Python scripts that help with recovering funds from "broken" MultiBit HD and MultiBit Classic wallets due to the "Password did not unlock the wallet" issue
MIT License
22 stars 15 forks source link

Invalid password #4

Open Kidev opened 6 years ago

Kidev commented 6 years ago

Hi ! I can't use your script because I have a single unauthorized char in my password. It's a "é". I added prints in your script, and it seems to be the issue. Is there a workaround ? Thanks a lot

HardCorePawn commented 6 years ago

Sorry, I honestly do not know... I have been messing around for the last hour trying to make a password with the "é" work in my script... but I cannot seem to get it to work. I suspect because of issues with UTF-8 and encoding of passwords etc 😞

I'm not very familiar with working with nonASCII passwords, sorry.