microsoft / AzureStorageExplorer

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.
Creative Commons Attribution 4.0 International
378 stars 87 forks source link

Right-click, SHA256 option #8184

Open sopsmattw opened 2 months ago

sopsmattw commented 2 months ago

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.

craxal commented 1 month ago

@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.