Tagged Questions
16
votes
4answers
2k views
How can I protect my save data from casual hacking?
What options are there for saving game data in a secure manner? I'm interested in solutions specifically tailored for C++.
I'm looking for something that is fast and easy to use. I'm only concerned ...
1
vote
0answers
308 views
How can I secure a high score table? [duplicate]
Possible Duplicate:
How can I prevent cheating on global highscore tables?
So, I create a game in Flash and I want to keep a hi-score table for people to compete in.
After a player has ...