coreutils/man/sha1sum.x
Pádraig Brady f7bb91968b doc: add more redirections from legacy *sum to cksum
*  doc/coreutils.texi (md5sum invocation, sha1sum invocation,
b2sum invocation, sha2 utilities): Mention these are legacy interfaces,
and reference 'cksum invocation'.
*  src/cksum.c (usage): Likewise.
*  man/md5sum.x: Redirect to cksum, rather than individual utils.
*  man/sha1sum.x: Likewise.
2026-01-18 14:19:38 +00:00

11 lines
287 B
Plaintext

[NAME]
sha1sum \- compute and check SHA1 message digest
[DESCRIPTION]
.\" Add any additional description here
[BUGS]
Do not use the MD5 algorithm for security related purposes.
Instead, use an SHA\-2, SHA\-3, or BLAKE2 algorithm,
implemented in the cksum(1) program.
[SEE ALSO]
cksum(1)