[Solved already answer here:
http://www.mpgh.net/forum/624-dayz-h...ayz-keys.html]
I'm interested in implementing a key checker in a program I'm working on.
81.0.236.117 - This is the IP Darky's checker contacts - it's the BattleEye server. I'm trying to figure out how to query this IP for key validity.
Wireshark shows this command being sent out by Darky:
Code:
04:15:8f:62:30:62:64:36:30:32:61:35:63:62:30:34:35:62:30:61:66:66:38:37:35:63:39:63:39:61:38:38:63:37:35:32
This is hex code ^
Here's decoded:
b0bd602a5cb045b0aff875c9c9a88c752
The key is contained NOWHERE in there so I assume it's hashed somehow. Does anyone know how they hash keys and compare them to BattleEye?