You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, any actual secrets should be encrypted or stored as a [SecureString] at all times. There should never be a point where they are stored as plain text, or else they aren't really secret.
Reading the documentation for ConvertTo-SecureString should give a good idea of why using
-AsPlainText
is not a good idea.Basically, any actual secrets should be encrypted or stored as a
[SecureString]
at all times. There should never be a point where they are stored as plain text, or else they aren't really secret.Also, this is an error in PSScriptAnalyzer, so anyone using that can't use this module.
The text was updated successfully, but these errors were encountered: