So... Instead of releasing anything, I'm going to explain how I managed to figure out what the new encryption.
So, I was talking to fang and he linked me to a tut how to reverse packets, But it wasnt very generic and specified rather for a different game, but have no fear I am here! It showed me how to find all the "public" encryptions the game is using...
So I downloaded
.Extracted with WinRaR and then started "PEiD.exe" and this should comeup:
And then(Picture with instructions):
And then:
And then:
And save it to your desktop/Documents/whatever
And then, your going to do EXACTLY the same for another Conquer.exe without the new encryption.
Afterwoods you should be left with two files:
so, Open them both up:
Okay, Look for changes, In that picture you can see a new entry called "CAST 128", And further down we can see two new entrys added again "CRC32" <- Checksum, and MD5 "File hashing", with a quick google search, CAST 128 came out with another name CAST5 which came out with a wiki page CAST-128 - Wikipedia, the free encyclopedia and explains that its a known block cipher, Very similar to blowfish itself, So, Our best bet would be to go with CAST-128, Research it, and attempt to implement it.
Note: That's probably not the best way to do it, but thats how I done it, Took 30mins max as it was my first time and I did in addition play with OlyDbg.
NOTE: This isnt releasing the new encryption, This is showing how one got there, they still have the horror of implementing it, not that is matter now proxyparadise is here.
Thanks for looking,
Dread
#edit
It's out there anyway so I mightaswell enlighten some people.






