Encrypted UE5 save file
Posted: Fri Mar 07, 2025 6:14 am
What's the strategy for decrypting save files?
What I've tried:
- Looking at the hex editor histogram (it's random, so it's encrypted)
- Extracting AES keys from the .exe
- Trying to decrypt with the AES keys with ECB
- Trying with CBC and the first 16 bytes as iv
I happen to have the decrypted version, which is given to me by someone with access to the key given by the game devs.
It's just a large JSON.
I was able to open the .pak file with the AES key I extracted, but so far no luck with the saved game file.
What I've tried:
- Looking at the hex editor histogram (it's random, so it's encrypted)
- Extracting AES keys from the .exe
- Trying to decrypt with the AES keys with ECB
- Trying with CBC and the first 16 bytes as iv
I happen to have the decrypted version, which is given to me by someone with access to the key given by the game devs.
It's just a large JSON.
I was able to open the .pak file with the AES key I extracted, but so far no luck with the saved game file.