Module wow_srp::header_crypto[][src]

Expand description

Functionality for encrypting/decrypting World Packet headers. For unknown reasons the session key obtained during the SRP6 exchange is used to “encrypt” packet headers.

The packet headers are different length depending on if they are client or server headers.

The sending party will encrypt the packets they send using an Encryptor and the receiving party will decrypt with a Decryptor. The HeaderCrypto struct contains both.

Structs

Constants

Traits