[80] in linux-security and linux-alert archive
Re: Safe NFS outline
daemon@ATHENA.MIT.EDU (Marek Michalkiewicz)
Thu Mar 9 14:13:28 1995
To: linux-security@tarsier.cv.nrao.edu
Date: Thu, 9 Mar 1995 15:39:37 +0100 (MEZ)
From: Marek Michalkiewicz <ind43@ci3ux.ci.pwr.wroc.pl>
In-Reply-To: <m0rmPp6-00013kC@iiit.swan.ac.uk> from "Alan Cox" at Mar 8, 95 05:47:00 pm
Reply-To: linux-security@tarsier.cv.nrao.edu
> Be aware of two things: The RFC MD5 implementation can't be mixed with
> GNU code (but can be redone - and an assembler one ought to touch 2Mb/second)
There is a public domain MD5 implementation. Found in util-linux-2.1:
/*
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
* written by Colin Plumb in 1993, no copyright is claimed.
* This code is in the public domain; do with it what you wish.
*
* Equivalent code is available from RSA Data Security, Inc.
* This code has been tested against that, and is equivalent,
* except that you don't need to include two pages of legalese
* with every copy.
[...]
*/
--
Marek Michalkiewicz
marekm@i17linuxa.ists.pwr.wroc.pl || ind43@ci3ux.ci.pwr.wroc.pl