Update MediaWiki page 'Category RS2'

This commit is contained in:
Graham Edgecombe 2012-09-30 08:49:37 +00:00 committed by moparisthebest
parent 8cefefee3d
commit 1530f99510

View File

@ -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 ==