Re: FoundationKit md5/checksum
Re: FoundationKit md5/checksum
- Subject: Re: FoundationKit md5/checksum
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 25 Jul 2003 10:23:43 -0700
On Friday, July 25, 2003, at 09:45 AM, Chris Long wrote:
Does foundation kit have anything similar to and md5 or a cksum. Im
looking to avoid and NSTask, need something internal.
There isn't any way to do this in Foundation. You can do this
internally by using libcrypto and its MD5 calculation functions,
though... See the header "md5.h".
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page:
http://seiryu.home.comcast.net/
Famous last words: "OK, I've pulled the pin. Now what? Where are you
going?"
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.