]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: recommend b2sum as well as SHA2
authorZooko <zookog@gmail.com>
Mon, 26 Dec 2016 20:06:36 +0000 (20:06 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 28 Dec 2016 16:34:34 +0000 (16:34 +0000)
b2sum is faster, easier to use safely, and more future-proof

doc/coreutils.texi

index a507280bd6b6979b1ff49a432d3fd4072d11fae6..201964456e81a40c69fe423d10299e80610b4dc4 100644 (file)
@@ -3819,8 +3819,9 @@ are vanishingly small.  However, it should not be considered secure
 against malicious tampering: although finding a file with a given MD5
 fingerprint is considered infeasible at the moment, it is known how
 to modify certain files, including digital certificates, so that they
-appear valid when signed with an MD5 digest.
-For more secure hashes, consider using SHA-2.  @xref{sha2 utilities}.
+appear valid when signed with an MD5 digest.  For more secure hashes,
+consider using SHA-2, or the newer @command{b2sum} command.
+@xref{sha2 utilities}. @xref{b2sum invocation}.
 
 If a @var{file} is specified as @samp{-} or if no files are given
 @command{md5sum} computes the checksum for the standard input.