-
Notifications
You must be signed in to change notification settings - Fork 13
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
Handshake (Add encryption) #50
Comments
https://github.com/ismaileke/raknet-client/blob/master/src/utils/encryption.rs |
Since we are rewriting some major parts of the protocol right now in the https://github.com/bedrock-crustaceans/bedrockrs/tree/proto_rework branch... we might want to implement encryption. I have noticed that ruben has taken interest in implementing this... |
If ismaileke wants to work on it, I'm fine with that too. In case they need it I can give some help. @ismaileke my own server software also has a working encryption implementation in Rust at |
you're better at this, you should definitely do it @RadiatedMonkey i've been working on rust for about 1 month and im still not good enough. the code in your projects still doesn't make enough sense to me(my problem). so you should do it. |
This requires adding the logic behind applying encryption etc. Also things such as jwts, the needed packets and the rest |
No description provided.
The text was updated successfully, but these errors were encountered: