Add a Util.ReadPassword method
Util.ReadLine is very handy, but sometimes I use it to enter passwords, and I don't want other people looking at the screen to see my password... A Util.ReadPassword method that hides the input would be nice
4
votes
Anonymous
shared this idea
-
John Doe commented
I am running v4.42.01. This is implemented by the Util.GetPassword() function. There is also an option to save the password.
Thanks.