kyngs / LibreLogin

Open-source, multiplatform, and highly customizable authentication plugin with outstanding features and API.
Mozilla Public License 2.0
164 stars 53 forks source link

Question: Does LibreLogin enable protocol encryption for premium users? #234

Closed UpYoursMicrosoft closed 5 months ago

UpYoursMicrosoft commented 5 months ago

When I enable the debug option, I see a line in the logs when a premium client joins that isn't there when a cracked client joins.

[LibreLogin] [DEBUG] Packet received ENCRYPTION_RESPONSE from null ([redacted])

Does this mean that communications with that client are encrypted from that point? I couldn't find the answer searching the repository. Apologies if I missed something.

kyngs commented 5 months ago

Yes, as it is mandatory when authenticating premium players.

UpYoursMicrosoft commented 5 months ago

Thank you very much