Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
Get a free trial
Go from Code to Production URL in Seconds
Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
A command-line utility for calculating and verifying file checksums.
...Usage:
digest [-c] <algorithm> <filename(s)>
For example, if you want to calculate the checksums using skein512/256 algorithm, use this command:
digest skein512/256 * > checksums.skein
To verify the checksums:
digest -c skein512/256 checksums.skein
You can get a full list of supported algorithms and test the performance of different algorithms on your PC using the command:
digest test <iterations> <filename>
This will calculate hash sum of <filename> multiple times (number of times is specified by <iterations>) and output the results with precise timings.
Note: if you have a 64-bit operating system, use 64-bit binary of the utility, because it is significantly faster for large files.