Skip to content
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->decrypt->decompress #5

Open
rllin opened this issue Feb 19, 2015 · 1 comment
Open

Decrypt->decrypt->decompress #5

rllin opened this issue Feb 19, 2015 · 1 comment

Comments

@rllin
Copy link

rllin commented Feb 19, 2015

Hi, sorry if this is the wrong place for this. I stumbled upon this in my own research on making a spectator api wrapper. I'm stuck at the decrypting and decompression of the data chunks portion.

It seems you guys decrypt the encryptionKey with the gameId -> decrypt datachunk with new key -> decompress data chunk.

I've tried this exact method but in python. However, the header for gzip decompression seems to be wrong. Can you confirm this step by step is still correct? Thanks!

@jaagupkymmel
Copy link

You can find an example of the decryption at https://github.com/loldevs/lol-spec/blob/master/src/kymmel/jaagup/lol/spec/services/SpectatorService.java getKeyFrame method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants