Do you set PasswordChar to "*" on a TextBox on sensitive data?

Last updated by Igor Goldobin about 2 months ago.See history

If you want to work with sensitive data on textboxes is always good practice to set PasswordChar to "*".

Figure: Bad example - The user doesn't set PasswordChar to "*"

Figure: Good example - The user set PasswordChar to "*"

We open source. Powered by GitHub