Re: Encryption: Simplest method to encrypt a SQLite DB file...?
Re: Encryption: Simplest method to encrypt a SQLite DB file...?
- Subject: Re: Encryption: Simplest method to encrypt a SQLite DB file...?
- From: email@hidden
- Date: Fri, 23 Jan 2009 08:46:09 -0800 (PST)
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 (email@hidden)
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:
This email sent to email@hidden