PowerShell - Decode System.Security.SecureString to readable password

后端 未结 4 1754
既然无缘
既然无缘 2020-11-29 07:09

I want to decode the password from a System.Security.SecureString to a readable password.

$password = convertto-securestring \"TestPassword\" -asplaintext -f         


        
4条回答
提交回复
热议问题