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=2.1 required=5.0 tests=BAYES_40,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,b667898b16e99a9d X-Google-Attributes: gid103376,public From: Anne & Bill Pritchett Subject: Re: MD5 Function in Ada Date: 1997/06/05 Message-ID: <339761BA.2541@erols.com>#1/1 X-Deja-AN: 246430069 References: <5n232a$h8s$1@news.hal-pc.org> Organization: Pritchett Consulting, Inc. X-Received-On: 5 Jun 1997 21:15:12 GMT Reply-To: luv2dive@erols.com Newsgroups: comp.lang.ada Date: 1997-06-05T00:00:00+00:00 List-Id: Jonathan Guthrie wrote: > > Is there any available source for calculating MD5 hashes in Ada? > > -- > Jonathan Guthrie (jguthrie@brokersys.com) > Information Broker Systems +281-895-8101 http://www.brokersys.com/ > 12703 Veterans Memorial #106, Houston, TX 77014, USA > > We sell Internet access and commercial Web space. We also are general > network consultants in the greater Houston area. I've written a partial Ada 95 binding to the BSafe software (C Libraries) by RSA security which has, among other things, an MD5 Hashing algorithm. BSafe isn't free, but it's not very expensive (~$300) and it works very well. The binding I have works with ObjectAda and I assume it will work with GNAT also. Bill Pritchett DCS Corporation wpritche@dcscorp.com