Search code examples
windowspasswordspowerbuildermasking

Password Mask Character


We have an old 32bit PowerBuilder application (3rd party) that was written for Windows XP and, although it runs under Windows 8, we have noticed that the password masking character is a different sized character (XP is a small black circle and Windows 8 is a larger black circle). This is a problem because the application was written to limit the space available in the password field (22 characters in XP but only 13 in Windows_8). Our password policies require 15-character minimum passwords, and obviously these wont fit when we run the application in Windows 8.

Because the character sizes change with the operating system (not application side), we suspect the problem is with a .dll file or a font that is being referenced by the PowerBuilder application. Are there any ideas where the password mask is being called?


Solution

  • As a workaround, maybe you could be able to type more characters if you increase the edit width?

    You could give a try with either uuspy or WinCheat.

    If it helps, you could then find a mean to script the send of a WM_SIZE to the control or inject a dll to do so...