1995-02-07 - Re: MD5 coding

Header Data

From: Robert Rothenburg Walking-Owl <rrothenb@ic.sunysb.edu>
To: philip@cs.brandeis.edu (Philip Trauring)
Message Hash: 4d2818dfeadab07b1c1cbad1db4838f4bcc1cbf9a679e82f79952a0f81ef55d1
Message ID: <199502070637.BAA17973@libws4.ic.sunysb.edu>
Reply To: <ab5c1c670202100461ba@[129.64.123.61]>
UTC Datetime: 1995-02-07 06:37:39 UTC
Raw Date: Mon, 6 Feb 95 22:37:39 PST

Raw message

From: Robert Rothenburg Walking-Owl <rrothenb@ic.sunysb.edu>
Date: Mon, 6 Feb 95 22:37:39 PST
To: philip@cs.brandeis.edu (Philip Trauring)
Subject: Re: MD5 coding
In-Reply-To: <ab5c1c670202100461ba@[129.64.123.61]>
Message-ID: <199502070637.BAA17973@libws4.ic.sunysb.edu>
MIME-Version: 1.0
Content-Type: text/plain



> I am looking to put together an MD5 message digest program and have
> extracted the MD5.c and MD5.h files from PGP(excerpt of the MD5.h file
> below) but I'm not sure how it all works. Can someone who is familiar with
> the functions and the data structure please e-mail me with a bit of
> guidance as to what each one does and how to implement it. If anyone can
> lead me to a good description of the processes involved I would appreciate
> that too. Thanks.

Better than looking at sources, look for the file rsa.doc avail. from a lot
of crypto/security ftp-sites... specifically something called the MD5-A RFC
...? It explains the algorithm pretty well, and is what I used to write my
own assembler implementation with... better to work from an explanation of
the algorithm than from sources which you may or may not understand what is
going on.






Thread