I’m not sure how to obfuscate input on a form when accepting password entry using vb.net. Rather than echoing the password, I just want to echo asterisks, like this:
Actual password input:
swordfish
What the user sees:
*********
How do I accomplish this?
Set the
PasswordCharproperty of a textbox to the character *, eg.