AltCraft icon indicating copy to clipboard operation
AltCraft copied to clipboard

Server with encryption

Open LaG1924 opened this issue 6 years ago • 1 comments

Need to use SSL and requires auth in Mojang services.

LaG1924 avatar Aug 22 '18 08:08 LaG1924

Nice project,

I started a client myself, but in Java and managed to connect to online servers. In Java its mainly copying sourcecode from a decompiled version of MC, but I did that without using netty.io, so the fully connection is written in Java without frameworks.

Thus it may help you: https://github.com/Ecconia/MinecraftJavaSelfmade Check out Connection.txt and basically most things in de.ecconia.mc.jclient.network package. Its a WIP project, recently started. Dunno how far I will beat it. But for this issue that is not important :)

If questions regards this feel free to ask. Sadly I do not know C++ well enough to help with any encryption things in it.

~Ecconia

Ecconia avatar Dec 15 '18 12:12 Ecconia