Suggestions for (semi) securing high-scores in Flash/PHP game

前端 未结 7 1777
执念已碎
执念已碎 2020-12-08 12:27

...I have read a few threads on here that have discussed various methods and was just looking for some feedback on a proposed solution we came up with. In one of the thread

相关标签:
7条回答
  • 2020-12-08 13:24

    I don't see any advantage of using the solution, Kent mentioned. As a client, I can request that server side created key. Ok I can't use it more than one time, but i don't have to ... every time I need one i just request it.

    1. So i request the key.
    2. Make my own highscore
    3. Hash the highscore with the key.
    4. Send the highscore to server
    5. The server use the submitted key to get the highscore back.
    0 讨论(0)
提交回复
热议问题