more generic crypto + packet encode + decode, hardcoded key in both client and server for now, first two req + resp works and GOT IN

This commit is contained in:
raphaeIl
2025-01-11 16:03:29 -05:00
parent 6200e766f9
commit 195171b8df
4 changed files with 211 additions and 35 deletions

View File

@@ -5,6 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>