-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decrypt client packets #7
Comments
Client messages encrypted with 2 stages:
|
We'll keep thinking. |
That is my prototype for now (Python). It works if you get the aes_key and xor_key from memory on running app. |
So basically i stuck on point of key generation. Do you have any ideas? |
|
I don't know how to tell, i have breakpoints in ollydbg on certain functions to get them |
Give them to me (for crynetwork you can have the last 4 digits). I also use ollydbg. |
The algorithm for decrypting packets from the client is disassembled. |
Guys its a bit offtopic but i will give it a try. |
The link is for decrypting SC packets. The encryption algorithm is the reverse of the decryption. https://github.com/NL0bP/Archeage-Server-emulator/blob/master/AAEmu.Commons/Cryptography/EncryptSC.cs |
Decrypt client packets
The text was updated successfully, but these errors were encountered: