summaryrefslogtreecommitdiffstats
path: root/sbin/md5
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2001-09-04 01:01:07 +0000
committermurray <murray@FreeBSD.org>2001-09-04 01:01:07 +0000
commit95831452178dea2a26e89385d968f6a3bd0e6b6b (patch)
tree2d0b5e63a6108d765295d946e52b49bd8148c504 /sbin/md5
parent78983bc941da749cb58546c3f2fc2a4b7cdbecb0 (diff)
downloadFreeBSD-src-95831452178dea2a26e89385d968f6a3bd0e6b6b.zip
FreeBSD-src-95831452178dea2a26e89385d968f6a3bd0e6b6b.tar.gz
Mention collision attacks on MD5. From the md5(3) man page.
PR: docs/14158 Reviewed by: kris Submitted by: Eric Frias <efrias@sg505.net>
Diffstat (limited to 'sbin/md5')
-rw-r--r--sbin/md5/md5.16
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/md5/md5.1 b/sbin/md5/md5.1
index 963571a..d7407780 100644
--- a/sbin/md5/md5.1
+++ b/sbin/md5/md5.1
@@ -28,6 +28,12 @@ in a secure manner before being encrypted with a private
key under a public-key cryptosystem such as
.Em RSA .
.Pp
+MD5 has not yet (2001-09-03) been broken, but sufficient attacks have been
+made that its security is in some doubt. The attacks on MD5
+are in the nature of finding ``collisions'' \- that is, multiple
+inputs which hash to the same value; it is still unlikely for an attacker
+to be able to determine the exact original input given a hash value.
+.Pp
The following options may be used in any combination and must
precede any files named on the command line. The MD5
sum of each file listed on the command line is printed after the options
OpenPOWER on IntegriCloud