Generate SHA-1 hash values for files or piped input. Produces a 160-bit (40 character hexadecimal) hash used for data integrity verification.
sha1-tool [options] <file>
-b: Read in binary mode-t: Run a built-in self-testsha1-tool document.pdf
sha1-tool file.txt
echo "hello" | sha1-tool
共 1 个版本