VBScript Secure password input? - TechRepublic
General discussion
November 5, 2002 at 01:17 AM
seagull data services

VBScript Secure password input?

by seagull data services . Updated 23 years, 7 months ago

Greetings to all. I have a five line VB script which requires password input. The script runs from a shortcut icon and uses the following line to get the password from the user:

pwd=inputbox(“Enter Password:”, “Password Required”)

Inputbox doesn’t seem to have an option to hide the password being input. Is there an alternative method of getting the input which will allow me to hide the password?

This discussion is locked

All Comments