围绕SecretStore的PowerShell包装器-.NET开发

时间:2021-05-27 14:14:21
【文件属性】:
文件名称:围绕SecretStore的PowerShell包装器-.NET开发
文件大小:6KB
文件格式:ZIP
更新时间:2021-05-27 14:14:21
.NET CLI PSSecretStore围绕SecretStore安装的跨平台PowerShell包装Install-Module PSSecretStore示例生成新的密钥文件。 $ Tempfile = [IO.Path] :: GetTempFileName()Export-SSKey -Ke PSSecretStore围绕SecretStore安装的跨平台PowerShell包装器Install-Module PSSecretStore示例生成新的密钥文件。 $ Tempfile = [IO.Path] :: GetTempFileName()Export-SSKey -KeyPath $ tempFile通过密码存储和检索机密$ Store = [IO.Path] :: GetTempFileName()Set-SSSecret-名称“ Secret” -Value “这是秘密”-密码“密码” -StorePath $ Store Get-SSSecret-名称'Secret'-StorePath $ Store -Password“ Password”通过k存储和检索秘密
【文件预览】:
PSSecretStore-master
----PSSecretStore.csproj(309B)
----CHANELOG.md(215B)
----PSSecretStore.psd1(4KB)
----LICENSE(1KB)
----README.md(861B)
----Commands.cs(5KB)
----tests()
--------PSSecretStore.tests.ps1(2KB)
----build.ps1(236B)
----.gitignore(14B)

网友评论