1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00
Files
coreutils/man/md5sum.x

12 lines
362 B
Plaintext
Raw Normal View History

1999-11-02 13:58:56 +00:00
[NAME]
md5sum \- compute and check MD5 message digest
1998-10-04 03:23:24 +00:00
[DESCRIPTION]
.\" Add any additional description here
[BUGS]
Do not use the MD5 algorithm for security related purposes.
Instead, use an SHA\-2 algorithm, implemented in the programs
sha224sum(1), sha256sum(1), sha384sum(1), sha512sum(1),
or the BLAKE2 algorithm, implemented in b2sum(1)
[SEE ALSO]
cksum(1)