rust-key-vault:Azure Key Vault 客户端 API 的 Rust 实现

时间:2021-06-06 23:53:32
【文件属性】:
文件名称:rust-key-vault:Azure Key Vault 客户端 API 的 Rust 实现
文件大小:15KB
文件格式:ZIP
更新时间:2021-06-06 23:53:32
Rust Rust 密钥库 具有 Key Vault REST API 提供的所有功能的 Rust 库和命令行界面 项目状态 该库处于概念验证状态。 目前,它只会通过 OAuth2 对 Azure Active Directory 进行身份验证,并从指定的保管库请求非对称密钥。 有很多工作要做。 功能(即将推出,除非另有说明) 密钥(非对称加密密钥) 创建(已实现):允许客户端在 Azure Key Vault 中创建密钥。 密钥的值由 Azure Key Vault 生成并存储,不会发布给客户端。 可以在 Azure Key Vault 中创建非对称(以及将来的椭圆曲线和对称)密钥。 删除(已实现):允许具有足够权限的客户端从 Azure Key Vault 中删除密钥。 列表(已实现):允许客户端列出给定 Azure Key Vault 中的所有密钥。 Get(已实现):允许客户端检索
【文件预览】:
rust-key-vault-master
----.gitignore(114B)
----src()
--------vault()
--------bin()
----.travis.yml(29B)
----Cargo.lock(6KB)
----LICENSE(1KB)
----Cargo.toml(579B)
----examples()
--------key_operations.rs(4KB)
----README.md(6KB)
----tests()
--------test_vault.rs(77B)
--------http()
--------support()
--------tests.rs(280B)

网友评论