This is within an iPhone environment, where the entire game & logic rules are stored within the application bundle.
We're using SQLite as the preferred storage 'bin'. But I don't want hackers peek inside and spoil the game. I figured that I could encode the SQLite DB file via my MacBook Pro laptop and add the encoded file to the (iPhone) application bundle. Then I would programmatically decode the SQLite DB file and Query the data from within the App. But if iPhone's environment is tight/restrictive towards tampering/view resources; then I'll all set. Ric. On 01/23/2009 07:52 Glenn L. Austin wrote .. .. > What about storing it on an encrypted disk image?
_______________________________________________ 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