Tagged Questions
4
votes
2answers
381 views
Flash <=> server, protocol protection
I am making a flash game that will interact heavily with the server. For quite some time already I am using 'request hashing' technique to make sure that request data hasn't been tampered with. This ...