Where to store items and scores

Hi,

My game levels at the minute are made from a config file I have created, that also holds which levels are unlocked etc, however everytime I restart the game these are reset.

I was thinking of moving all the information into the db including the high scores, but then I started worrying that people with root access could simply access the sqlite database and edit scores/levels etc.

Is there a way of stopping this or what is the best way of storing stuff like this?

Thanks

kevin [import]uid: 72726 topic_id: 15441 reply_id: 315441[/import]

People with root access will always be able to cheat. (if they know what to change) [import]uid: 79135 topic_id: 15441 reply_id: 57417[/import]