Hi,
I just finished creating a Photohunt game. Created 300+ images with 5 differences which was a lot of work 
My main concern is, the jpg files are not protected, and if some other programmer would inspect my app, they could just copy and use all those images for their own software.
My first idea was putting the images into a sqlite database, and use BLOB to store the images, but then it would be easy to rip the images from the database. Protecting a database with sqlite doesnt seem to be possible.
Another method would be:
- Overwriting the first 4 chars of every jpg with some rubbish data
- In the game, copy original picture to temp dir
- Write correct header into original picture and read it into Corona
Main question is:
Am I overprotective here? Should I worry about people stealing it?
If so, any other ideas to protect the data?
What do you think?
[import]uid: 50459 topic_id: 32651 reply_id: 332651[/import]