CryptTable?

Junior Spellweaver
Joined
Sep 16, 2006
Messages
187
Reaction score
0
Location
Germany
Hmmm any one know if is that the new CryptTable? :P

Bloodfreak913 - CryptTable? - RaGEZONE Forums
 
(not sure about the following) i think the packets are crypted ON TOP of the old encryption, meaning they don't have a table, atleast not visible. hidden deep in engine.. like i said, not sure.
 
Yes, it works like this:

Old:
1. Uncrypted Packet
2. Swordcrypt encrypted Packet

New
1. Uncrypted Packet
2. Swordcrypt encrypted Packet
3. AES128 (Rijndael) encoded packet (encoded from step2)

So you need a the key for the AES encryption. Quite a few people know it atm.
But we desided not to make it public to avoid pk hacking on the international servers ;-)
 
this is a guss... BUT is AES is some how apart of the .ZIP family? or will this work? or am i just way off...

Key: test
93afac9fb790760f4f1f76c14f22cab8
1a8b0048f2b4d678353436c19f6701e9

But we do know that its a 128 bit? and we just dont know the key? like the old one was XOR Key: 250... right?

EDIT: Any one knows the "Password"?
 
The password is still a exclusive disjunction of 250 , we're talking about the encryption of the binary data inside the .dat files located inside config.pk and e.pk

You can read more about AES here, , and you should do before you write random nonsense Ace... study first :p
 
im happy that your not snaping at me! lol. ya i was looking at that... but i nerver know what u was talking about.

"we're talking about the encryption of the binary data inside the .dat files located inside config.pk and e.pk"

But did we not have the newest configs? (im sorry this is the parts i wold love to learn how to do this... so ya)
 
But did we not have the newest configs?
Some people got the rijndael key required to decrypt the newest configs. As said allready, it's not public to avoid hacking on the international servers.

There been released decrypters (but not encrypters) to allow the developers to see the changes in the international config files, and reproduce them in the old SwordCrypt encoding, rather than the double encoding (Swordcrypt + AES).
 
anyone do me favor and upload the international ones.. just change the config password... that way i can do few things with my private server?
maybe send me a pm with a upload link?

Hey man.. U know anywhere i can get IDA.. 4 grand is a lot to pay for it..Any ideas?
 
anyone do me favor and upload the international ones.. just change the config password... that way i can do few things with my private server?
maybe send me a pm with a upload link?

Like anyone cares and he will upload for you?
 
in fact you will need the aes key+ a little 16 byte encryption table.
after decryption you will get the content in the old encryption and you have to use swordcrypt on it.

the key?
- dont ask me i won't tell ya.
the table?
- same thing
for what i need the table?
- there is a restriction in the method they use for encrypting the data with aes and because of that you need it. dont ask for what exactly ;)
why you dont tell us the key, ...?
- I don't want that you use it for international server
but we won't do it :(
- sure ;)
 
Back