Jump to content

ETS2 Savegame encryption secret key?


Recommended Posts

Hey guys, I was trying to do something with the savegames and could not get the encryption key that is used, curently I got this out of the .sii decyptor :

private static byte[] AES_KEY = { 42, 95, -53, 23, -111, -46, 47, -74, 2, 69, -77, -40, 54, -98, -48, -78, -62, 115, 113, 86, 63, -65, 31, 60, -98, -33, 107, 17, -126, 90, 93, 10 };

but can't really get anything.

Would be nice if some1 here could post the encyption specific details, thanks.

Link to comment
Share on other sites

  • 2 weeks later...

It's AES, what you got there is the byte representation of the encryption key (usually what you use when actually encrypting/decrypting).

 

iirc. it's AES128, but the source code where you got the key should give you a hint to that as well.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.