MFASweep icon indicating copy to clipboard operation
MFASweep copied to clipboard

Plain Text Passwords

Open pchabermann opened this issue 5 years ago • 0 comments

This tool looks good, but I think it it could better if you passed the user credentials as secure strings instead of using plain text. Could you do something like: $Password = ConvertTo-SecureString -String "" -AsPlainText -Force to take the password parameter?`

pchabermann avatar Oct 02 '20 12:10 pchabermann