Re: Transparently en-/decrypt package resources
Re: Transparently en-/decrypt package resources
- Subject: Re: Transparently en-/decrypt package resources
- From: "Philip Q" <email@hidden>
- Date: Tue, 16 Jan 2007 13:56:06 +1300
On 16/01/07, Dominik Pich <email@hidden> wrote:
we want to store our resources (nibs,xml&everything) in an encrpted
way. We dont go for security (which would be kinda pointless here)
but we would like to keep nosy ;) end-users from going through the
package's content and maybe editing something here and there.
If you just want to ensure that end-users don't modify your resources,
then why not just take a hash of the resources and then on startup,
check the hash of the resources in the bundle against the stored
hashes? If they don't match, alert the user and quit.
-Phil
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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