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

Scramble changed again (?) #7

Closed
Dampfkraft opened this issue May 16, 2015 · 2 comments
Closed

Scramble changed again (?) #7

Dampfkraft opened this issue May 16, 2015 · 2 comments

Comments

@Dampfkraft
Copy link

Im able to decipher the Login & Encryption packet with basekey + "nonce", however, after generating the new nonce im only getting rubbish. Since the rc4 algorithm seems to work the blame is on the nonce scrambler. But im not skilled enough to verify this, any ideas?

@kevintjuh93
Copy link

It did not change. Do you still skip the length of the 'whole' new key?

Do you read the new nonce as array of bytes of a string? Try usinf array of bytes as a string can fuck up bytes.

Goodluck!

Op 16 mei 2015 om 03:12 heeft Dampfkraft notifications@github.com het volgende geschreven:

Im able to decipher the Login & Encryption packet with basekey + "nonce", however, after generating the new nonce im only getting rubbish. Since the rc4 algorithm seems to work the blame is on the nonce scrambler. But im not skilled enough to verify this, any ideas?


Reply to this email directly or view it on GitHub.

@Dampfkraft
Copy link
Author

I got it working using c#, but I cant seem to get it working using python (using 3.4)... well, only my python skills to blame ;-)

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