How Can I Secure Data Sent From Flash To Php?
Thursday, January 21st, 2010I need to secure data being sent from my Flash games to my PHP file.
Previously I was simply using a secret authorisation code, which was sent from the Flash file, and then checked against the code specified in the PHP file. However, using flasm to disassemble the swf I see it is very easy to ascertain this code - or indeed any secret checks that come from within the Flash file.
How can I then make this data secure?
