Re: encryption and hash api
Re: encryption and hash api
- Subject: Re: encryption and hash api
- From: Wade Tregaskis <email@hidden>
- Date: Tue, 26 Oct 2004 14:47:43 +1000
What encryption and hashing api is used in cocoa?
Apple's documentation:
<
http://developer.apple.com/documentation/Cocoa/Security-date.html>
3rd-party CDSA-based framework:
<
http://www.sourceforge.net/projects/keychain/> (disclaimer: mine)
CDSA Open Group spec:
<
http://www.opengroup.org/onlinepubs/009608599/start.htm>
OpenSSL: <
http://www.openssl.org/>
3rd-party OpenSSL-based framework:
<
http://septicus.com/products/opensource/>
Take your pick - although that's not an exhaustive list by any means.
I'd personally recommend using Apple's API's where possible (meaning,
their CDSA implementation) as these are well supported, and support all
the extra Mac things that users expect (like keychains and so forth).
My Keychain framework (2nd item above) implements a nice ObjC interface
on top of Apple's stuff, if you prefer a higher-level.
Wade Tregaskis (AIM, Yahoo & Skype: wadetregaskis, ICQ: 40056898, MSN &
email: email@hidden, Jabber:
email@hidden
-- Sed quis custodiet ipsos custodes?
_______________________________________________
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