widerules / skylight1

Automatically exported from code.google.com/p/skylight1
1 stars 0 forks source link

Research secure way to do high scores #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We'd like to move the high score server to the open source repo and still make 
it hard to cheat. Is there some sort of signing or stub solution that can help?

Original issue reported on code.google.com by lna...@gmail.com on 3 Dec 2010 at 12:16

GoogleCodeExporter commented 9 years ago
Ideas:

Use HTTPS option with AppEngine to avoid people redirecting to their own 
server/man in the middle.

Use a stub client implementation that lets app compile in open source repo 
without showing real client code.

Original comment by lna...@gmail.com on 3 Dec 2010 at 12:40