dafthack/MFASweep

Plain Text Passwords

pchabermann opened this issue · 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?`