Hash - Checksum Calculator
Calculate cryptographic hash values using algorithms like MD5, SHA-1, SHA-256, and SHA-512. Essential for file integrity verification.
Usage
hash-tool [options] <algorithm> <file>
Algorithms
- md5, sha1, sha256, sha512
Examples
hash-tool sha256 file.txt
hash-tool md5 document.pdf
echo "data" | hash-tool sha256