[_] Flash game - posting scores to a php scoreboard...
Spandex
spandex at gmail.com
Mon Dec 14 10:15:41 GMT 2009
> It's also worth encrypting the data you send - even though someone can > get at your encryption key by decompiling the flash app, it'll put off > the casual cheater. A very lightweight way to do this is to MD5 the score together with some pre-arranged string the server and client agree on. Then send the score plaintext along with the MD5 as "proof". Matt