| Summary: | md5(1) manpage should not claim the md5 algorithm to be secure | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | efrias <efrias> |
| Component: | Books & Articles | Assignee: | FreeBSD Security Officer <security-officer> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
efrias
1999-10-06 10:00:00 UTC
State Changed From-To: open->analyzed How about this patch? It is essentially taken from md5(3). I think that we should mention the potential weakness in the user level command, not just in the library. Index: md5.1 =================================================================== RCS file: /home/ncvs/src/sbin/md5/md5.1,v retrieving revision 1.15 diff -u -r1.15 md5.1 --- md5.1 2001/08/07 15:48:35 1.15 +++ md5.1 2001/09/04 00:15:28 @@ -28,6 +28,12 @@ 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 Responsible Changed From-To: freebsd-doc->security-officer A call for the security-officer to make. State Changed From-To: analyzed->closed Fix has been committed to -CURRENT, thanks. |