Posts: 2
Threads: 0
Joined: Jun 2020
how do i bump a thread? i really want ppl to see this
Posts: 2
Threads: 0
Joined: Jun 2020
09-02-2021, 09:13 PM
(This post was last modified: 09-02-2021, 09:13 PM by TrashReploid.)
Bump.
i hope that worked
Posts: 4
Threads: 2
Joined: May 2020
bump
I´d really like to see this solved! Good luck
Posts: 3
Threads: 1
Joined: Jan 2021
Did anyone ever manage to figure this out?
I'm currently trying to rip stuff from CRK too with no luck
Posts: 9
Threads: 1
Joined: Oct 2021
ive done some more digging around on this and i... am dubious that it can be decrypted. based off the contents of the apk im lead to believe that crk uses a third party source called appsealing to encrypt their data--which uses aes-265 encryption. youre not going to be able to brute force it, and aes is designed in a way to stop people from guessing keys. you could try and track the apps traffic or dump its memory + see if you can glean anything from the code but appsealing says they do... something to prevent that. its a bit over my head to test it myself. for some reason, devsis really didnt want anyone getting into these files. maybe that makes sense with the recent nft announcements
its possible earlier versions of the apk dont have this same level of encryption, but i cant be sure, i havent been able to obtain a working .apk/.obb
... and, for yourself, the sincere regards of your devoted,
Arsène Lupin
(they/them)
Posts: 8
Threads: 1
Joined: Jul 2019
It'll only be a matter of time til experienced hackers can dig into it, then get a C&D from the company that made it.
Hold it together
The end is never near
Stay true to your heart
Never give your life up
And keep on rolling
- ZEROLIGHT
Posts: 366
Threads: 32
Joined: Jul 2017
Is there any way to rip sprites from this game? If someone has the files, I can rip them from TiledGGD if I can.
Posts: 3
Threads: 0
Joined: Jan 2022
If one were to have the password used to encrypt the files, what would be the process you have to go through to decrypt them?
Posts: 3
Threads: 0
Joined: Jan 2022
I believe the encryption used to encrypt the files is the same used to encrypt Genshin Impact's .blk files. Genshin Impact's encryption was cracked and it seems to have used both AES-128 and some kind of XOR. The encryption methods might be the same, since Appsealing supposedly uses AES-128 / AES-256 and the .resource files seem to have been XORed. Maybe the Genshin Impact file decryptors will work if tweaked to not need the BLK file signature and for the key to be changed to the same one that is used to decrypt the strings.xml file (won't post that here, because reasons)