Powershell将string转化为SecureString

例如,将“A123456”转化为Securestringide

PS C:\WINDOWS\system32>$seString = ConvertTo-SecureString -String "A123456" -AsPlainText -Force
PS C:\WINDOWS\system32>$seStr
System.Security.SecureString
相关文章
相关标签/搜索