【发布时间】:2018-05-06 14:56:27
【问题描述】:
我在 .NET Core 2.0 中创建了一个 RSA 加密/解密服务,我目前使用 Key Vault Secrets 来保存 RSA 密钥。但据我了解,我可以使用 Key Vault Keys 来做到这一点,但现在不能这样做,因为 KV Keys 不支持使用 2048 长 RSA 密钥进行加密/解密......这真的让我感到困惑。
那么,我是否可以使用 2048 密钥和 Azure Key Vault Keys 来实现 RSA 加密/解密?
【问题讨论】:
-
请参考我来自stackoverflow.com/questions/51103490/…的回答我得到了这个工作
标签: azure rsa azure-keyvault