From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,debd366b367e251b X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: MD5 Algorithm? Date: 1998/12/01 Message-ID: <1998Dec1.075547.1@eisner>#1/1 X-Deja-AN: 417460662 X-Nntp-Posting-Host: eisner.decus.org References: <3662b7db.0@silver.truman.edu> <740eq1$75i$1@pegasus.csx.cam.ac.uk> X-Trace: news.decus.org 912516951 6758 KILGALLEN [192.67.173.2] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 1998-12-01T00:00:00+00:00 List-Id: In article <740eq1$75i$1@pegasus.csx.cam.ac.uk>, mgk25@cl.cam.ac.uk (Markus Kuhn) writes: > v025@academic.truman.edu (Chad R. Meiners) writes: > |> I was wondering if anyone has written(or has) a MD5 package and would be > |> willing give it to me. > > MD5 is a bit out-dated as a secure hash function and has been superseeded > by the ISO and NIST standardized SHA-1 algorithm. MD5 has not been superceded if a standard you are implementing requires MD5. > by the ISO and NIST standardized SHA-1 algorithm. A free Ada implementation > of SHA-1 by Mike Roe is available on > > http://www.ccsr.cam.ac.uk/projects/aes/ > > together with many other Ada crypto algorithms. I think the use of the term "free" is a bit overblown here, as for commercial purposes the answer seems to be "our lawyers will call", followed by no further contact. Larry Kilgallen