2
votes

I am using azure blob storage to store few images and their metadata (using the metadata property of blob) . Beacuse the data is sensitive ,I need to encrypt these images such that no one even with proper access to container should be able to view the actual image The person with proper access could only see an encrypted file. I would decrypt the images after downloading the file What would be an appropriate solution to this .

1

1 Answers