Vrekt / LunarGdx

A networking library for LibGDX utilizing Netty allowing easy creation of multiplayer games.
MIT License
49 stars 1 forks source link

ISAAC Cipher for packets #9

Open tehnewb opened 2 years ago

tehnewb commented 2 years ago

This network infrastructure reminds me of RuneScape private server designs. I would suggest the ISAAC Cipher for packet security if that's something you're interested in. I also remember RuneScape used RSA for username and password encryption as well, so another thing to look at. Not really an issue, but a suggestion.

Vrekt commented 2 years ago

Thanks for the suggestion! I will for sure look into it, I don't know much about encryption but knew I needed something basic. That's why I decided to just go with basic netty SSL stuff I found doing a google search.