Finish implementing some encryption in the network protocols with AES

This commit is contained in:
zontreck 2025-01-06 02:28:54 -07:00
parent 38eb7c6acd
commit 84cef345eb
10 changed files with 263 additions and 391 deletions

View file

@ -1,3 +1,3 @@
class Constants {
static const VERSION = "1.3.010525+0414";
static const VERSION = "1.3.010625+0228";
}