Add encryption routines to the server

This commit is contained in:
zontreck 2025-01-05 04:15:33 -07:00
parent d7cc626144
commit 38eb7c6acd
6 changed files with 472 additions and 13 deletions

View file

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