Jump to content
Returning Members: Password Reset Required ×

Trying to understand a bit more about about the RC5 5187 Acc-Client password decryption process


Recommended Posts

Posted
I think the main problem is the length you're providing in the packet. With the structure you defined above, that's 325 bytes + 8 which is the expected 333 bytes (given a junk padding length of 12). Looking at your packet structure snippet though, you're initializing the length at only 314 bytes. I'd try fixing that length and seeing if that helps. *fingers crossed*
Posted

I think the main problem is the length you're providing in the packet. With the structure you defined above, that's 325 bytes + 8 which is the expected 333 bytes (given a junk padding length of 12). Looking at your packet structure snippet though, you're initializing the length at only 314 bytes. I'd try fixing that length and seeing if that helps. *fingers crossed*

A friend reached out and pointed out an obvious stupid mistake I was doing. Was not even using the correct encryption (blowfish). I should have guessed as much. Thanks for your patience Spirited.

Posted

I think the main problem is the length you're providing in the packet. With the structure you defined above, that's 325 bytes + 8 which is the expected 333 bytes (given a junk padding length of 12). Looking at your packet structure snippet though, you're initializing the length at only 314 bytes. I'd try fixing that length and seeing if that helps. *fingers crossed*

A friend reached out and pointed out an obvious stupid mistake I was doing. Was not even using the correct encryption (blowfish). I should have guessed as much. Thanks for your patience Spirited.

Ahhh, yep. That'd do it! Glad you were able to figure it out!

Posted

Managed to successfully login using 5187. There are a few packets I need to upgrade and some kind of odd double connection occurring but other than that, it works :).

Jx5wdVv.png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...