Discussion Decrypt files with AES

ArmorTage

Solid & Active Platinian
Original poster
Jul 26, 2020
83
50
18
26
Belarus
Hello, I have a rather unusual question, but maybe there are some connoisseurs here. If I have server files, and apk file. Which unfortunately stores all models and maps in encrypted form. Specifically in .ab format. When I open the file I see some part of the unity version.

The game is built on unity. The game is vertical. C# i think.

The question is this, can I somehow decrypt these files? By finding the key in the server files or in the encrypted files themselves. Or at least an encryption method to convert it into a decryption method and get the key?

Maybe there are tools to do this?
 
  • Like
Reactions: jinxx6_6

CodeJutsu

Platinian
Oct 1, 2023
47
24
8
30
Just to be clear this isn't even encrypted or has anything to do with AES encryption


You just have to remove xygames2 from the header
and you can extract the assets using this tool

i pmed you and putting this here hope it answers the question
 
  • Like
Reactions: ArmorTage