Support Forums
[request] how to encrypt server / client packets {C#,C++,VB.NET or Delphi} - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: [request] how to encrypt server / client packets {C#,C++,VB.NET or Delphi} (/showthread.php?tid=18703)



[request] how to encrypt server / client packets {C#,C++,VB.NET or Delphi} - KoBE - 05-12-2011

(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.


RE: [request] how to encrypt server / client packets {C#,C++,VB.NET or Delphi} - KoBE - 05-25-2011

Give me some code that you currently have and I will help you modify it to suit your needs.


RE: [request] how to encrypt server / client packets {C#,C++,VB.NET or Delphi} - besimbicer - 07-02-2011

this my topic how to giving kobe ?