如何保护scorelist的Flash游戏 [英] How to secure scorelist in flash game

查看:194
本文介绍了如何保护scorelist的Flash游戏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个项目,我应该来跟踪访问游戏每个用户的高分的。但是这个数据将被保存在一个需要从用户想要插入更好分数到它固定一个数据库。

I have a project where I am supposed to keep track of a highscore of every user that accesses a game. However this data will be kept in a database that needs to be secured from users wanting to insert better scores into it.

此外闪光灯的应用程序可以被反编译,使得数据格式中可以看出,复制,并设置了与数据库管理脚本。

Moreover flash applications can be decompiled so that the data format can be seen, replicated and set over to the database management script.

会是什么,以确保这方面的一个很好的方式?

What would be a good way to secure this aspect?

感谢你在前进!

推荐答案

在编译方面,我觉得code混淆是你应该考虑的问题。它应使数据跟踪更加困难的人谁反编译你的code。

In terms of decompilation, I think code obfuscation is something you should consider. It should make data tracking all the more difficult for people who decompile your code.

在任何情况下,请记住,如果有人真的想打破您的安全,他们可以和意志。请参阅:PS3在线服务。有些precautions是好的,保持平均乔斯远离试图打破你的高分,但只有这么多,你可以做..遭到黑客攻击是必然真的。

In any case, keep in mind that if someone REALLY wants to break your security, they can and will. See: PS3 online services. Some precautions are good, to keep average Joes away from trying to break your high scores, but there's only so much you can do.. getting hacked is inevitable really.

在PHP中的记分牌保护方面,看到了这个问题,它有许多奇妙的建议:<一href="http://stackoverflow.com/questions/73947/what-is-the-best-way-to-stop-people-hacking-the-php-based-highscore-table-of-a-f">What是阻止人们黑客攻击的Flash游戏的基于PHP的高分表的最佳方法

In terms of scoreboard protection in PHP, see this question, it has numerous wonderful suggestions: What is the best way to stop people hacking the PHP-based highscore table of a Flash game

这篇关于如何保护scorelist的Flash游戏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆