dafthack / MFASweep

A tool for checking if MFA is enabled on multiple Microsoft Services
MIT License
1.38k stars 188 forks source link

Plain Text Passwords #1

Open pchabermann opened 4 years ago

pchabermann commented 4 years ago

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?`