How can I use ConvertTo-SecureString

前端 未结 0 1154
抹茶落季
抹茶落季 2020-12-18 01:13

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

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


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