mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-26 07:27:53 +00:00
* 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.
11 lines
287 B
Plaintext
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)
|