-
Notifications
You must be signed in to change notification settings - Fork 77
Using SecureString for strPass in WMIConnect #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
So the process is only relatively short lived. What risk do you foresee as-is? |
Perhaps also allow interactive input of the password and masque the input. |
@kempy007 yep not a problem.. will look to work on this ideally this week. |
initial commit for this is now in 87e6035 |
Have tested, but -a option always results in failed login and account lockout. |
Suggested:
public void WMIConnect(string strDomain, string strUser, SecureString strPass)
The text was updated successfully, but these errors were encountered: