Windows Azure中的密钥管理

前端之家收集整理的这篇文章主要介绍了Windows Azure中的密钥管理前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我对Windows Azure中如何存储密钥(用于数据加密)感到有些困惑.

根据以下两个链接(#1,#2),建议将密钥/密钥库存储在Windows Azure存储中:

Storing your own key library within the Windows Azure Storage services is a good way to persist some secret information since you can rely on this data being secure in the multi-tenant environment and secured by your own storage keys.

但是“开发Windows Azure应用程序的安全最佳实践”(#3)建议不要在Windows Azure中存储任何与密钥相关的材料:

Also,developers should not upload
the key or any keying material to Windows Azure Storage,regardless of how careful they are about hiding it. If
any computer or storage services were compromised,it could lead to encryption keys being exposed.

在Windows Azure中存储密钥的最佳方法是什么?

你会看到我的评论在第一个链接,我同意你的关注. 原文链接:https://www.f2er.com/windows/371418.html

猜你在找的Windows相关文章