I'm currently writing a multiplayer game with network interactions (obviously). Is there a way to store some sort of encryption key within the executable so that I can signed any outgoing messages to the server such that the server knows the message is coming from the client code itself, not a cheater?
Sorry there's no code to go along with this question. I'm forging into unknown territory with this question in regards to my experience.