Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Secure communication between Flash and PHP script

I have little knowledge of Flash but for a little Flash game I have to store score and successful tries of users in a database using PHP. Now the Flash runs locally on the users computer and connects to a remote server. How can I secure against manipulation of game scores. Is there any best practice for this use case?

like image 497
mandarin Avatar asked Sep 30 '08 20:09

mandarin


1 Answers

You might want to check these other questions:

  • Q46415 Passing untampered data from Flash app to server?
  • Q73947 What is the best way to stop people hacking the PHP-based highscore table of a Flash game.
  • Q25999 Secure Online Highscore Lists for Non-Web Games
like image 182
Paul Dixon Avatar answered Sep 17 '22 23:09

Paul Dixon