Jump to content

[Flash] - Preventing Hacking Attempts


Recommended Posts

I've got a couple of Flash games which posts data to a php file in order to save scores, allocute points, etc... Recently, there was a program released that allowed you to stop Flash from submitting the data to the PHP page, change any part of what it submits, and send it on its way.

 

Is there a way to prevent someone from manipulating the data, such as scores and such?

Link to comment
Share on other sites

No, once someone downloads your flash game, they can do just about anything they want with it, unless you can find some type of protection/encryption scheme to discourage people from tampering with the HTTP requests. But then they still could run a network traffic analyzer like ettercap that would allow them to do anything they wanted.

Link to comment
Share on other sites

So, what you're saying is there is absolutely no way that we could at least 99% protect the data? Something like hiding the score inside a hash or some randomized code that only the PHP script can decode? IE: asdfij1kl3190jda is a score of 31 or something but only the PHP file can decode it (and since nobody can easily download a PHP file and read its contents...)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.