Re: best MD5
Re: best MD5
- Subject: Re: best MD5
- From: Enrique Zamudio <email@hidden>
- Date: Mon, 05 Nov 2001 16:35:17 -0600
- Organization: Nasoft
You can use the one included with openssl. In OSX it was 0.9.5a but I
don't know if the upgrade to 10.1 also upgrades OpenSSL to 0.9.6 or it
just leaves the same version.
You can get the headers at openssl.org and the library is at
/usr/lib/openssl.dylib
eZL
You can also make an ObjC API to call the OpenSSL libraries, so that
from Cocoa you could get MD5 hashes as strings out of NSData objects or
something...