Powershell將string轉化爲SecureString

例如,將「A123456」轉化爲Securestringide

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