Re: Data encryption
Re: Data encryption
- Subject: Re: Data encryption
- From: Conrad Shultz <email@hidden>
- Date: Wed, 06 Jun 2012 10:22:14 -0700
This is a very broad question and the actual approach to be taken will vary with the details of what you intend to do (e.g. real-time or not? Files or just individual data? For local consumption or for sharing?)
To get started, take a look at the Cryptographic Services Guide: https://developer.apple.com/library/mac/documentation/security/Conceptual/cryptoservices/Introduction/Introduction.html
I believe there's also a separate security mailing list.
One piece of advice: no matter what you are doing, figure out how to use the APIs to get it done. *Do not* implement your own crypto scheme because you will get it wrong.
(Sent from my iPhone.)
--
Conrad Shultz
On Jun 6, 2012, at 9:51, Charlie Dickman <email@hidden> wrote:
> Can someone direct me to some documentation on how to do data encryption in Cocoa/Objective C/C?
>
> Charlie Dickman
> email@hidden
>
>
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden