Ever since one of the windows 10 updates the password field has been adding characters. Instead of adding a single character while typing it would add two. I looked into this and it seems that it is sending a null character between each character in the password. After further investigation I believe that _getch() appears to be causing this issue.
I believe I have a fix for this or a work around at least. I plan to submit a pull request for this issue.
Ever since one of the windows 10 updates the password field has been adding characters. Instead of adding a single character while typing it would add two. I looked into this and it seems that it is sending a null character between each character in the password. After further investigation I believe that _getch() appears to be causing this issue.
I believe I have a fix for this or a work around at least. I plan to submit a pull request for this issue.