Thanks to all who responded. Let me explain my situation a little better. I am storing several string values into an XML file. I want to obscure one of them. When I encrpyt the NSString to an NSdata I can store the data as a string in XML, however when I read the string back in I dont know how to convert it back to NSData to decrypt.
Adam On Thu, Dec 2, 2010 at 1:57 PM, Richard Somers <rsomers.li...@infowest.com> wrote: > Try the open source SSCrypto.framework. It is a Cocoa wrapper around OpenSSL > encryption and decryption. It works well. > > http://septicus.com/products/opensource/ > > --Richard Somers > > On Dec 2, 2010, at 6:30 AM, Adam Gerson wrote: > >> I am writing an NSString to a file and I would like to obscure it in a two >> way reversible fashion. > > _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com