Re: Security-related APIs
Re: Security-related APIs
- Subject: Re: Security-related APIs
- From: Enrique Zamudio <email@hidden>
- Date: Fri, 28 Sep 2001 12:28:36 -0500
- Organization: Nasoft
You can try using OpenSSL, which is already included in Mac OS X.
I made a framework so that it's easier to include the OpenSSL lib in
your projects, and it includes the headers, too. You can download it
from my page at mac.com (I think it's something like
homepage.mac.com/ezamudio) or you can go to the downloads section of OS
X at Apple's site, and there's a link to this framework in Development
Tools section.
If you want to use Cocoa as much as possible, I wrote a couple of
classes that use some of the encryption functions in OpenSSL,
particularly Diffie-Hellman and RSA, and they use NSData and such to
work with (much more comfortable than dealing with void* and char*). If
you want them I can send them to you but I would prefer to put them in a
place where they can be available for anyone who needs them.
eZL