Glusk/wse

SRP-6

Closed this issue · 0 comments

Glusk commented

WoW uses SRP-6 to authenticate a user with the game server. Furthermore, it makes use of the optimized message ordering as proposed here.

Since Java doesn't ship with an SRP-6 implementation (and since I couldn't find a library online that supports little-endian byte ordered integers), it'll have to be written from scratch.