> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zbdpay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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](https://github.com/zebedeeio/anti-cheat-sample-game/tree/security-3)

Code for nodejs encryption tools

[https://github.com/mandelmonkey/encryption-tools](https://github.com/mandelmonkey/encryption-tools)

<iframe className="w-full aspect-video rounded-lg" src="https://www.youtube.com/embed/JbCFRFHICuM?si=gwRDj55RiqP5Vidu" title="Securing data sent to the server" frameBorder="0" allow="accelerometer; fullscreen; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />
