Azure Web 应用程序文件加密

标签 azure encryption azure-web-app-service

SQL AzureAzure存储帐户上激活加密非常容易。 但是Web App文件夹呢?

  • D:\home 文件夹是否已 native 加密?
  • 如果没有,是否可以显式激活加密?

最佳答案

当前 Web 应用程序存储上没有加密选项。如果需要,您需要使用支持加密的服务之一(例如 blob 存储)或通过您的应用自行加密/解密。

关于Azure Web 应用程序文件加密,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40638062/

相关文章:

node.js - 使用模块 'crypto' 对十六进制数据进行 NodeJS DES ECB 加密

algorithm - 查找使用的加密或散列方法

azure - 当我的 SignalR 应用程序将部署到 WindowsAzure 时,是否需要使用 ServiceBus?

python 扭曲 : How to stop TLS?

django - 从 CLI 部署 Azure 应用服务后如何更新对它的更改

angular - azure应用程序服务中托管的 Angular 中的安全响应 header

Azure BLOB 存储虚拟请求

cordova - MS ADAL Ionic Cordova 插件

windows - 如何在 Windows Azure 中运行 F# 应用程序?

node.js - 错误 [ERR_HTTP_HEADERS_SENT] : Cannot set headers after they are sent to the client Registering user in node JS