📜  脚本中的 powershell 密码加密 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:46.859000             🧑  作者: Mango
代码示例1
(get-credential).password | ConvertFrom-SecureString | set-content "C:\Passwords\password.txt"