📜  密码加密 powershell - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:31.065000             🧑  作者: Mango

代码示例3
$Key = New-Object Byte[] 32
[Security.Cryptography.RNGCryptoServiceProvider]::Create().GetBytes($Key)
$Key | out-file C:\passwords\aes.key