On 30 Dec 2009, at 17:17, Mr. Gecko wrote: > Is it possible for me to encrypt the strings in my binary so hackers can't > easily figure out what my application has in it? Reason I'm asking is I have > some private keys that encodes data that I/parents don't want kids or > teenagers to find.
I'm sure it is possible to obfuscate the strings, but security by obscurity never works, and if you are distributing a private key inside your app for encryption, you are doing it wrong IMHO. -- Gleb Dolgich http://pixelespressoapps.com _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
