Sha1 digest [word snack]
-
- Posts: 29
- Joined: Sat Dec 09, 2017 10:53 am
Sha1 digest [word snack]
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.
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.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Sha1 digest
Moved in Code Talk but the topic is quite vague and there is no game name, probably it will be ignored by other users.
-
- Posts: 29
- Joined: Sat Dec 09, 2017 10:53 am
Re: Sha1 digest
Hi,
The game name is word snack.
Did you need any other info ?
Thank you for your help.
The game name is word snack.
Did you need any other info ?
Thank you for your help.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Sha1 digest [word snack]
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
-
- Posts: 29
- Joined: Sat Dec 09, 2017 10:53 am
Re: Sha1 digest [word snack]
Hi,
Yes and how to do it
Thank you.
Regards.
Yes and how to do it
Thank you.
Regards.
-
- Posts: 29
- Joined: Sat Dec 09, 2017 10:53 am
Re: Sha1 digest [word snack]
Hi ,
Any News please?
Any News please?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Sha1 digest [word snack]
News about what?
-
- Posts: 29
- Joined: Sat Dec 09, 2017 10:53 am
Re: Sha1 digest [word snack]
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
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Sha1 digest [word snack]
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
That's what you asked and what you got
-
- Posts: 29
- Joined: Sat Dec 09, 2017 10:53 am
Re: Sha1 digest [word snack]
Hi ,
Thank you. but it make a crypted dump.dat file and dont decrypt the original message.
Thank you again for your help.
Thank you. but it make a crypted dump.dat file and dont decrypt the original message.
Thank you again for your help.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Sha1 digest [word snack]
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.
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.
-
- Posts: 29
- Joined: Sat Dec 09, 2017 10:53 am
Re: Sha1 digest [word snack]
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.
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.
-
- Posts: 6
- Joined: Sat Dec 15, 2018 2:32 pm
Re: Sha1 digest [word snack]
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 ?