Re: cocoa-dev digest, Vol 2 #363 - 15 msgs
Re: cocoa-dev digest, Vol 2 #363 - 15 msgs
- Subject: Re: cocoa-dev digest, Vol 2 #363 - 15 msgs
- From: Adam Atlas <email@hidden>
- Date: Thu, 21 Mar 2002 10:02:28 -0500
On Thu, 21 Mar 2002 12:15:42 +0100, email@hidden wrote:
Is there a simple Cocoa way to encrypt NSData,NSString, etc.
before writing to file, and decrypt when reading back.
Have you looked at NSCoder?
If you need really secure encryption, (i.e. Blowfish) you can #import
<crypto/[something]> where something is one of the files in
/usr/include/crypto/. These are C files, so you'll need to convert your
strings, data, etc. into C types.
_______________________________________________
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.