Skip to main content

Save Security-security with MD5 Hashhash

I'm working on a flash game that saves your progress locally. These saves can easily be hacked. My solution is to add an md5 hash of all the variables saved into the save file itself. When loading the save, the game would check if the hash is valid.

Is this a good soultionsolution? Are there better solutions?

Save Security with MD5 Hash

I'm working on a flash game that saves your progress locally. These saves can easily be hacked. My solution is to add an md5 hash of all the variables saved into the save file itself. When loading the save, the game would check if the hash is valid.

Is this a good soultion? Are there better solutions?

Save-security with MD5 hash

I'm working on a flash game that saves your progress locally. These saves can easily be hacked. My solution is to add an md5 hash of all the variables saved into the save file itself. When loading the save, the game would check if the hash is valid.

Is this a good solution? Are there better solutions?

edited tags
Link
doppelgreener
  • 7.3k
  • 7
  • 44
  • 69
edited tags
Link
chaos
  • 3.1k
  • 1
  • 23
  • 30
Tweeted twitter.com/#!/StackGameDev/status/35114763398807552
Source Link
Abdulla
  • 291
  • 2
  • 6
Loading