diff --git a/Category-RS2.mediawiki b/Category-RS2.mediawiki index 0f5a1bf..8dea411 100644 --- a/Category-RS2.mediawiki +++ b/Category-RS2.mediawiki @@ -9,7 +9,7 @@ The entire protocol is generally separated into two different categories: == Login Protocol == -The Login Protocol is the protocol that is used to log a player into RuneScape. This protocol contains information that sets up the encryption for the entire session, using the ISAAC algorithm. The "login block" is encrypted using RSA to prevent third party programs from packet-sniffing the ISAAC ciphers and breaking the session encryption for the purpose of monitoring, injecting, and generally sniffing packets. +The Login Protocol is the protocol that is used to log a player into RuneScape. This protocol contains information that sets up the encryption for the entire session, using the ISAAC algorithm. The "login block" is encrypted using RSA to prevent third party programs from packet-sniffing the ISAAC cipher keys and breaking the session encryption for the purpose of monitoring, injecting, and generally sniffing packets. == Game Protocol ==