Hello,
We have developed an in-house question trivia game for a bank. The game is running on webplayer, and this is the first time I’m using a database extensively. Today one of my colleagues showed me the abilities of chrome’s developer tools. Every request the application makes is visible to the browser and so the data transferred. It is fairly easy for a geeky player to access the correct answers of the questions. What do you suggest for hiding the information? By the way, the data is in XML format.
Thanks in advance.
I have decided to use RC4 and things turned out really well.