How can I use ConvertTo-SecureString

前端 未结 0 615
你的背包
你的背包 2020-12-18 00:57

Let\'s say I need to do this in Powershell:

    $SecurePass = Get-Content $CredPath | ConvertTo-SecureString -Key (1..16)
    [String]$CleartextPass = [Runti         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题