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?
Thank you in advance!