简体   繁体   中英

Azure blob client-side encryption using Javascript

I am working on Azure blob storage and using an HTML page with JS which is using Azure storage Rest API. I am able to Upload/Download blobs to my storage account. My requirement is to use client-side encryption for upload/download blobs so that files are encrypted before they are uploaded to blob storage account. There are few tutorials which explain this functionality using the library for .net/java and python, however, I am not able to find any documentation/sample to achieve this using JavaScript. Please help with any pointer which can help in my implementations.

try this doc: Azure Blob Storage

This doc has a lot of examples for implement for Nodejs

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM