Flash 和 PHP 脚本之间的安全通信

Secure communication between Flash and PHP script(Flash 和 PHP 脚本之间的安全通信)
本文介绍了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 非网页游戏的安全在线高分榜

这篇关于Flash 和 PHP 脚本之间的安全通信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Encryption in JavaScript and decryption with PHP(JavaScript 加密和 PHP 解密)
Best solution to protect PHP code without encryption(无需加密即可保护 PHP 代码的最佳解决方案)
PHP AES encrypt / decrypt(PHP AES 加密/解密)
Upgrading my encryption library from Mcrypt to OpenSSL(将我的加密库从 Mcrypt 升级到 OpenSSL)
How to add/remove PKCS7 padding from an AES encrypted string?(如何从 AES 加密字符串中添加/删除 PKCS7 填充?)
How do I upgrade from PHP 7.0 to 7.3 on google cloud platform?(如何在谷歌云平台上从 PHP 7.0 升级到 7.3?)