05-12-2011, 08:50 AM
(05-12-2011, 08:15 AM)besimbicer Wrote: [ -> ]hello members
my new project basic server / client packets encryption how to in C#,VB.NET
this project is online gaming anticheat
good days (my bad english sorry for all)
Use any basic encryption method to encrypt the bytes before sending the packets. Then when you receive packets, decrypt them.