Game Dev: Security
Securing data sent to the server
Stop attackers from altering data sent to the server.
In this episode Mandelduck will show us how we can use encryption to make any data sent to the server tamper proof
Source code on branch security-3
https://github.com/zebedeeio/anti-cheat-sample-game/tree/security-3
Code for nodejs encryption tools
Was this page helpful?