Skip to main content

Crate rs_crypto

Crate rs_crypto 

Source
Expand description

RuneScape Cryptography Utilities

Provides cryptographic primitives used by RuneScape:

  • RSA: Login block encryption/decryption
  • ISAAC: Stream cipher for packet encryption
  • XTEA: Block cipher for map region encryption
  • Huffman: Chat message compression
  • Whirlpool: Cache reference table hashing

Modules§

huffman
isaac
rsa
xtea

Functions§

whirlpool