mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-11 01:42:17 +02:00
* doc/coreutils.texi (md5sum invocation): Mention currently known security problems. Don't recommend SHA-1 as alternative. * man/md5sum.x (BUGS): Warn about the vulnerabilities and reference the SHA-2 based alternatives. Reported by Simon Josefsson
9 lines
316 B
Plaintext
9 lines
316 B
Plaintext
[NAME]
|
|
md5sum \- compute and check MD5 message digest
|
|
[DESCRIPTION]
|
|
.\" Add any additional description here
|
|
[BUGS]
|
|
The MD5 algorithm should not be used any more for security related purposes.
|
|
Instead, better use an SHA\-2 algorithm, implemented in the programs
|
|
sha224sum(1), sha256sum(1), sha384sum(1), sha512sum(1)
|