anonymous1184 / bitwarden-autotype

Bitwarden Auto-Type for Windows
Do What The F*ck You Want To Public License
185 stars 18 forks source link

Invalid master password #62

Open jenda69 opened 5 months ago

jenda69 commented 5 months ago

I was getting this error after filling my login keys. I was able solve the problem by editing Lib/GetStdStream.ahk, line 23 and changed the CP1252.

Win 1252 would never work in my locale, since in my country we use 1250. I have somewhere in the localization settings in Windows checked beta UTF-8 support, so I changed it to UTF-8 and the tool works now.