Sha1 digest [word snack]

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
pravda
Posts: 29
Joined: Sat Dec 09, 2017 10:53 am

Sha1 digest [word snack]

Post by pravda »

Hi all,

I make a dump for this game and found the sha1-digest key , tried all plugin but nothing work

Name: assets/levels/en.levels
SHA1-Digest: TIJXQ+jaqwzFLYaoj/Q5R9sR6Uk=

All language files start with : NjFmODg3NjMyMzZjOGVjYmNjNDZiYTI1MWU1MjRmNj

https://mega.nz/#!vsVmXL4a!KfQKBAA0RCVF ... P5P0b_VU7k

Any idea please ?

Thank you in advance.

Regards.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sha1 digest

Post by aluigi »

Moved in Code Talk but the topic is quite vague and there is no game name, probably it will be ignored by other users.
pravda
Posts: 29
Joined: Sat Dec 09, 2017 10:53 am

Re: Sha1 digest

Post by pravda »

Hi,

The game name is word snack.

Did you need any other info ?

Thank you for your help.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sha1 digest [word snack]

Post by aluigi »

I guess you want to obtain the original raw bytes (base64+hex), right?

Code: Select all

comtype base64
get SIZE asize
clog MEMORY_FILE 0 SIZE SIZE
comtype hex
get SIZE asize MEMORY_FILE
clog "dump.dat" 0 SIZE SIZE MEMORY_FILE
pravda
Posts: 29
Joined: Sat Dec 09, 2017 10:53 am

Re: Sha1 digest [word snack]

Post by pravda »

Hi,

Yes and how to do it :)

Thank you.

Regards.
pravda
Posts: 29
Joined: Sat Dec 09, 2017 10:53 am

Re: Sha1 digest [word snack]

Post by pravda »

Hi ,

Any News please?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sha1 digest [word snack]

Post by aluigi »

News about what?
pravda
Posts: 29
Joined: Sat Dec 09, 2017 10:53 am

Re: Sha1 digest [word snack]

Post by pravda »

aluigi wrote:I guess you want to obtain the original raw bytes (base64+hex), right?

Code: Select all

comtype base64
get SIZE asize
clog MEMORY_FILE 0 SIZE SIZE
comtype hex
get SIZE asize MEMORY_FILE
clog "dump.dat" 0 SIZE SIZE MEMORY_FILE


About that
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sha1 digest [word snack]

Post by aluigi »

The code you see there is the quickbms script for performing base64 and hex on the files you provided.
That's what you asked and what you got :)
pravda
Posts: 29
Joined: Sat Dec 09, 2017 10:53 am

Re: Sha1 digest [word snack]

Post by pravda »

Hi ,

Thank you. but it make a crypted dump.dat file and dont decrypt the original message.

Thank you again for your help.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sha1 digest [word snack]

Post by aluigi »

I can't work on the encryption.

Your topic was wrongly opened in the wrong section.
Code Talk is for programming or how to perform some operations (like base64+hex in this case).
And since the first post wasn't clear what you wanted... sha1 digest???

If someone wants to work on this, he probably needs the game executable.
pravda
Posts: 29
Joined: Sat Dec 09, 2017 10:53 am

Re: Sha1 digest [word snack]

Post by pravda »

Hi sir,

I opened the topic in game archive and you move it in code talk ( as you can say in your first response :) )

i will give the apk link .

Thank you again and have a nice day.
bazickoff
Posts: 6
Joined: Sat Dec 15, 2018 2:32 pm

Re: Sha1 digest [word snack]

Post by bazickoff »

pravda wrote:Hi sir,

I opened the topic in game archive and you move it in code talk ( as you can say in your first response :) )

i will give the apk link .

Thank you again and have a nice day.


Hi I'm looking to decrypt word snack answers , can you show me how ?