Search Results

1
vote

Can a proxy server cache SSL GETs? If not, would response body encryption suffice?

I think you should just use SSL and rely on an HTTP client library that does caching (Ex: WinInet on windows). It's hard to imagine that the benifits of enterprise wide caching is worth the pain of …
1
vote

Secure Online Highscore Lists for Non-Web Games

As the other answer says, you are forced to trust a potentially malicious client, and a simple deterant plus a little human monitoring is going to be enough for a small game. If you want to …