Re: [OBJC Newbie] - MD5 Digest
Re: [OBJC Newbie] - MD5 Digest
- Subject: Re: [OBJC Newbie] - MD5 Digest
- From: Greg Herlihy <email@hidden>
- Date: Wed, 31 May 2006 07:50:50 -0700
- Thread-topic: [OBJC Newbie] - MD5 Digest
OpenSSL implements the MD5 digest algorithm. The relevant routines are
declared in /usr/include/openssl/md5.h, implemented in
/usr/lib/libssl.dylib and documented in the "openssl md5" man page.
Greg
On 5/31/06 7:13 AM, "Graham" <email@hidden> wrote:
> I am in the rather arduous process of learning OBJC and converting my
> existing Cocoa-Java app to OBJC.
> I need a class/framework to create an MD5 digest of a String.
> In Java there is a MessageDigest class to do this.
> What do I use in OBJC?
>
> Thanks
>
> G
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden