justaplayer69
Member
- Nov 29, 2023
- 348
- 393
Yes, sort of, but GR already handles that as well. (The method is the same, ARC4, it's just the key is obfuscated differently and the default key is different too.)I wonder if the newer version of SRPG that the newer games are being created with is using a different type of encryption.
As for this game, it has encrypted .srk files and an unencrypted data.dts file. The latter is extracted perfectly (although it contains only scripts, no imagery). The issue is, so far i have only seen games where both .srk and .dts were encrypted, so GR is trying to decrypt .srk files with the encryption key that works on the .dts file. Here there's no such thing because the .dts is unencrypted, and .srk files does not use the default key either. This is new, I have never seen this configuration before. I'll look into it.