Secure String Powershell

Powershell Securing Secure Strings
$ss = Import-CliXml -Path User.txt

$ss.GetNetworkCredential().Password

Last updated