LISTING 1: Using Scriptpw.dll to Mask a User's Password Set oScriptPW = CreateObject("ScriptPW.Password") WScript.StdOut.Write "Type password and press the Enter key: " strPassword = oScriptPW.GetPassword() WScript.StdOut.WriteLine vbCrLf & "You entered: " & strPassword