Flash 和 PHP 脚本之间的安全通信
我对 Flash 知之甚少,但是对于一个小的 Flash 游戏,我必须使用 PHP 将用户的分数和成功尝试存储在数据库中.现在 Flash 在用户计算机上本地运行并连接到远程服务器.我如何才能防止操纵游戏分数.这个用例有什么最佳实践吗?
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?
推荐答案
您可能想检查以下其他问题:
You might want to check these other questions:
- Q46415 将未篡改的数据从 Flash 应用传递到服务器?
- Q73947 阻止人们入侵基于 PHP 的 Flash 游戏高分表的最佳方法是什么.
- Q25999 非网页游戏的安全在线高分榜
相关文章