I have developed a facebook application in which I am sending data from Flash to Php.
Its actually a game based on Flash 8 and at the end I send data by using
loadVarsNum()
using POST method to flash but the problem is this data can be easily tampered so I want know that how can I secure my data from theft or any hack
Is there a possible decoding method ?