From 0fe53bb467166143eb9f3ba3fe980a22b30e69e8 Mon Sep 17 00:00:00 2001 From: friedkeenan Date: Sun, 15 Jan 2023 17:50:33 -0600 Subject: [PATCH] I wish I had found all these issues before pushing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fe5c51..aad2cef 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,4 @@ These secrets include: - The auth key. - After the client sends the handshake packet to the server, the server then responds with a packet containing an "auth token". This is an integer that is used again when the client sends the login packet. The client XOR's the auth token with the hardcoded "auth key", resulting in a ciphered token, which is then sent to the server in the login packet. - The packet key sources. - - Certain packets within Transformice's network protocol are encrypted, for example the login packet. The particular cipher varies per packet, but the keys used are derived from an array of integers called the "packet key sources". These integers are combined with a key name, a string (e.g. "identification"), to obtain the actual key used to encrpyt a packet. + - Certain packets within Transformice's network protocol are encrypted, for example the login packet. The particular cipher varies per packet, but the keys used are derived from an array of integers called the "packet key sources". These integers are combined with a key name, a string (e.g. "identification"), to obtain the actual key used to encrypt a packet.