Skip to content

Version 1.1: AES256 Encryption, Buffer Size Control, and More

Choose a tag to compare

@synsejse synsejse released this 03 Jun 19:13
· 46 commits to main since this release
  • Added AES256 encryption for secure packet transmission
  • Directly define byte buffer size in the constructor of the Client and Server for better control
  • Moved PacketCompressor to a more suitable package
  • Removed the Constants class to streamline the codebase
  • Made Packet constructor public for enhanced usability
  • Added support for UUID in PacketBuilder and PacketReader
  • Updated the test accordingly to reflect the changes