Page 1 of 1

What is the password for save game files?

Posted: Fri Jun 26, 2020 8:47 pm
by Atros
The saves are compressed on zip-format and protected by password, any idea what the password is that the game generates and why is there one in the first place?

Yes, I would like to mess with my save files and check some data directly from them, even if it is in hex-format or something similar...

Personally I really love Paradox-saves, as you can easily get and modify all the info there as it is clearly expressed without protections and thus easy to read.

RE: What is the password for save game files?

Posted: Fri Jun 26, 2020 9:48 pm
by zgrssd
Vic said he does not want us to see stuff yet, as that might get us to try modding. At a time when several core mechanics are not yet figured out. so the mods could become entirely invalid.

If hte files use any modern Encryption like AES, there is no way we are going to crack it this side of brute force.

RE: What is the password for save game files?

Posted: Sat Jun 27, 2020 12:57 am
by Atros
I checked, the files use ZipCrypto Deflate, not AES, which should be reasonably easy to crack according to quick googling.

The most probable reason for this is that AES would use more time on save and load and there probably aren't anything top secret anyways...

RE: What is the password for save game files?

Posted: Sat Jun 27, 2020 6:31 am
by zgrssd
ORIGINAL: Atros

I checked, the files use ZipCrypto Deflate, not AES, which should be reasonably easy to crack according to quick googling.

The most probable reason for this is that AES would use more time on save and load and there probably aren't anything top secret anyways...
DEFLATE is the Compression, not the Encryption Algorythm.

RE: What is the password for save game files?

Posted: Sun Jun 28, 2020 12:43 pm
by Atros
ORIGINAL: zgrssd

ORIGINAL: Atros

I checked, the files use ZipCrypto Deflate, not AES, which should be reasonably easy to crack according to quick googling.

The most probable reason for this is that AES would use more time on save and load and there probably aren't anything top secret anyways...
DEFLATE is the Compression, not the Encryption Algorythm.


And ZipCrypto is the encryption algorithm, what exactly is your point?

RE: What is the password for save game files?

Posted: Sun Jun 28, 2020 4:02 pm
by zgrssd
ORIGINAL: Atros
ORIGINAL: zgrssd

ORIGINAL: Atros

I checked, the files use ZipCrypto Deflate, not AES, which should be reasonably easy to crack according to quick googling.

The most probable reason for this is that AES would use more time on save and load and there probably aren't anything top secret anyways...
DEFLATE is the Compression, not the Encryption Algorythm.


And ZipCrypto is the encryption algorithm, what exactly is your point?
My understanding was, that ZipCrypto was the name of a .NET Library that supports creating Encrypted .Zip Files (As the build in classes do not).
If it is really the old, build-in Encryption, all my data says it would be pretty easy to crack.