On Dec 5, 2010, at 4:31 PM, Adam Gerson wrote:

> 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.


input string (NSString) --> UTF-8 representation (NSData) --> optional 
"encryption" such as XOR --> hex string (NSString)

this is fully reversible of course.

___________________________________________________________
Ricky A. Sharp         mailto:rsh...@instantinteractive.com
Instant Interactive(tm)   http://www.instantinteractive.com



_______________________________________________

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

Reply via email to