Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server with encryption #16

Open
LaG1924 opened this issue Aug 22, 2018 · 1 comment
Open

Server with encryption #16

LaG1924 opened this issue Aug 22, 2018 · 1 comment

Comments

@LaG1924
Copy link
Owner

LaG1924 commented Aug 22, 2018

Need to use SSL and requires auth in Mojang services.

@Ecconia
Copy link

Ecconia commented Dec 15, 2018

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

@LaG1924 LaG1924 added this to the v1.0.0 milestone Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants