ID:270957
 
Is it possible to prevent people from editing save files in any way? Because what I want to do with this single-player game is give them the ability to upload their saves to public servers and trade stuff to help them with their own games and such. They would also fight in colliseums so savefile editors would be a problem if I got it the way I wanted it. This is just a basic idea, I'm not going into detail with it.
You could encrypt the savefiles as well as using hashing procs (md5()) to validify information, but they may still be tricky enough.

I recommand you check this out: http://www.byondscape.com/ascape.dmb/AirMapster.2002-0414/ and check out his cryptography section (Note to also use his crypto-code.. and don't forget to credit :D)

- GhostAnime