Skip to content

Wizard101 tool that dynamically dumps packet data and decrypts packets to and from the server that use aes-gcm encryption

License

Notifications You must be signed in to change notification settings

xgladius/wiz-packet-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiz-packet-map

Wizard101 tool that dynamically dumps packet data and decrypts packets to and from the server that use aes-gcm encryption

Wizard101 has very recently (11/18/2020) started encrypting important packets using a symmetric-key cryptographic block cipher operation mode called Galois/Counter Mode (GCM) using an implementation from an open source crypto library written in C++ (https://github.com/weidai11/cryptopp/blob/master/gcm.h)

IV and nonce are both 16 bytes, this project just completely bypasses the encryption entirely.

(mainly to be used in the aid of cheating software I guess, since custom implementation using this method is possible but not recommended or viable or good!)