Index ⇒ General Topics ⇒ Encryption

Thoughts on life, the universe and everything else not covered in other categories.

Moderator: LW Moderator

Encryption

Postby freakboy » Sat Jul 16, 2011 9:22 pm

Any encryption experts here? I'm trying to make an installer for a small game, but there is one file which gets generated once you enter the serial number. I dont have problems with that, but I dont know what is being hidden in that encrypted file besides the serial. Could someone take a look at it?

http://www.megaupload.com/?d=C29TABE3

The file is in C:\Documents and Settings\*user*\Application Data\Rovio\Angry Birds\settings.lua
once you delete it, the game asks for serial again so enter any serial
User avatar
freakboy
Super Member
 
Posts: 955
Joined: Wed Jun 16, 2004 9:03 am
Thanks: 0
Thanked: 1 time in 1 post

Re: Encryption

Postby user43687 » Wed Nov 09, 2011 11:39 pm

Hi freakboy,

LUA file? Seems you need a LUA Decompiler to read it ;-) You can download a good LUA Decompiler here:

http://luaforge.net/projects/luadec51/

Although I use another one myself I think that will help you.

Cheers,

The UberLamer
user43687
Super Member
 
Posts: 262
Joined: Wed Nov 09, 2011 3:52 pm
Thanks: 378
Thanked: 81 times in 60 posts

Re: Encryption

Postby freakboy » Fri Nov 11, 2011 10:55 pm

luadec51 doesnt seem to decompile it.
User avatar
freakboy
Super Member
 
Posts: 955
Joined: Wed Jun 16, 2004 9:03 am
Thanks: 0
Thanked: 1 time in 1 post

Re: Encryption

Postby 3dslUserLoad » Mon Dec 12, 2011 8:19 am

Any .lua file starts with these 16 bytes (magic string):

Code: Select all
25 AE B3 04¦C5 E7 FE 8A¦3E 38 FA 00¦56 B1 1C 39


and all filesizes are 16-byte aligned.

Therefore it seems that the game uses a strong encryption algorithm for all .lua files.
It could be troublesome to crack it. Is it this worth?
User avatar
3dslUserLoad
Super Member
 
Posts: 187
Joined: Fri May 02, 2008 10:28 am
Thanks: 8
Thanked: 18 times in 16 posts

Re: Encryption

Postby MasteromaN » Mon Dec 12, 2011 12:55 pm

Hey 3dslUserLoad!

I sent you a pm in october. Why don't you want to read it?? :huh:
MasteromaN
Super Member
 
Posts: 1225
Joined: Thu Feb 24, 2005 3:52 pm
Thanks: 5
Thanked: 55 times in 54 posts

Re: Encryption

Postby freakboy » Mon Dec 12, 2011 1:57 pm

3dslUserLoad wrote:Any .lua file starts with these 16 bytes (magic string):

Code: Select all
25 AE B3 04¦C5 E7 FE 8A¦3E 38 FA 00¦56 B1 1C 39


and all filesizes are 16-byte aligned.

Therefore it seems that the game uses a strong encryption algorithm for all .lua files.
It could be troublesome to crack it. Is it this worth?
Well, if it uses strong encryption then its not worth it. Thanks for replies.
User avatar
freakboy
Super Member
 
Posts: 955
Joined: Wed Jun 16, 2004 9:03 am
Thanks: 0
Thanked: 1 time in 1 post


Return to General Topics

Who is online

Users browsing this forum: No registered users and 27 guests