Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
For really large files, it would be nice to have an option to check file integrity without downloading it.
Desired Solution
right-click, Get SHA256 or something like that.
Alternatives and Workarounds
No response
Additional Context
Occasionally, I need to verify a file was uploaded without corruption. Some of these files can be multiple Terabytes. Downloading locally to get the SHA256 is less efficient just to get the hash.
@sopsmattw By default, when uploading AzCopy checks file integrity via MD5 hashes for you. If you want to check a blob's MD5 hash in Storage Explorer, you can view its Properties. No download should be necessary.
Preflight Checklist
Problem
For really large files, it would be nice to have an option to check file integrity without downloading it.
Desired Solution
right-click, Get SHA256 or something like that.
Alternatives and Workarounds
No response
Additional Context
Occasionally, I need to verify a file was uploaded without corruption. Some of these files can be multiple Terabytes. Downloading locally to get the SHA256 is less efficient just to get the hash.