如何将 DpapiSymmetricCryptoProvider 与 Cryptography 加密块一起使用?
我正在使用加密应用程序块。并配置 DpapiSymmetricCryptoProvider。但没有存储密钥文件的选项。那么它从哪里获取密钥,在负载平衡中我们将如何处理它?
谢谢, 吉里什
I am using cryptography application block. and configure DpapiSymmetricCryptoProvider. but there is not option to store key file. So from where it will get the key and in load balancing how will we handle it?
Thanks,
Girish
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您添加需要密钥的提供程序到您的配置时(选择“添加对称算法提供程序”),配置工具将启动加密密钥向导。它将允许您生成新密钥并将其保存到文件中,并在配置中设置适当的值。
有关详细信息,请参阅此章节,特别是配置加密提供程序部分。
When you add a provider that requires a key to your configuration (pick Add Symmetric Algorithm Provider), the configuration tool starts the Cryptographic Key Wizard. It will allow you to generate a new key and save it to a file and to set the appropriate values in the configuration.
For more inforation, see this chapter, specifically the Configuring Cryptographic Providers section.