powershell-credential-encryption-tools:一组用于管理 powershell 脚本的 AES 加密凭据的小工具

时间:2021-06-30 01:39:36
【文件属性】:
文件名称:powershell-credential-encryption-tools:一组用于管理 powershell 脚本的 AES 加密凭据的小工具
文件大小:5KB
文件格式:ZIP
更新时间:2021-06-30 01:39:36
encryption credentials powershell passwords security-tools powershell-credential-encryption-tools credentialEncryptor.ps1 和decryptUtil.ps1 用于 AES 加密一组可移植凭证的简单脚本 信息: ./credentialEncryptor.ps1 -k [pathToKeyFile] -o [pathToCredFile] [-validate $true | $false] 解密实用程序.ps1 - 是一个脚本,旨在包含在您的 powershell 脚本中,您需要在其中加载离线存储的凭据。 此脚本提供了一组函数来执行此操作。 凭证加​​密器用法 提示输入用户名/密码进行加密 如果通过“-k”指定的 keyFile 不预先存在,将使用安全随机字节生成器生成一个 256 位的新密钥文件。 如果它预先存在,它将被使用。 此密钥用于加密 (AES) 凭证并构建如下 JSON
【文件预览】:
powershell-credential-encryption-tools-master
----decryptUtil.ps1(3KB)
----credentialEncryptor.ps1(7KB)
----README.md(2KB)

网友评论