Quote:
Originally Posted by Masquerade
Here's a couple things I've thought about on my morning walk:
- The game executable must contain the keys for each file (since it needs to be able to read all the data)
- The decrypted files cannot be read by the game since it performs the decryption of the already decrypted file, thus scrambling it again.
- The encryption algorithm used here must be a fast one, since the FitGirl repack is MD5 perfect and installs in some minutes - where the files get encrypted again.
|
In the Fitgirl Setup installer resources of the game, there is a file that caught my attention called tiger.exe. I imagine it must be the file that encrypt *.tiger files again, but idk how to use it.