Results 1 to 6 of 6
  1. #1
    moeyyas's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Identifying Encryption Patterns

    This is for the people who worked with decryption of files (mostly game related files).
    I have a basic idea of how the process of decrypting an entire file goes, the only thing missing is how to identify the encryption pattern(s).
    I understand it's mostly done by observing how user input changes the data? But even if so, even if I know that the value "somevalue" equates to "503241567" after encryption, there can be so many ways to achieve that result without it being the encryption that that specific program uses.

    My question is: How can I identify a file's encryption?

    Looking forward to your guys' response!
    Last edited by moeyyas; 01-31-2016 at 11:50 PM.

  2. #2
    Orinion77's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    140
    Reputation
    10
    Thanks
    47
    My Mood
    Relaxed
    google for PEiD if you want to check a exe. For game files like libraries its easiest to dump the from the running application (for example in StarWarsBatllefront).

  3. #3
    moeyyas's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Orinion77 View Post
    google for PEiD if you want to check a exe. For game files like libraries its easiest to dump the from the running application (for example in StarWarsBatllefront).
    Thank you for your response!
    I understand what you mean, and I understand what PEiD does and what dumping is, but how does dumping the library help me decrypt the game files?
    When you say libraries you mean the ".dll" that the game uses, right? how does that help?

  4. #4
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Best way is of course to reverse it in Olly and find out how the game actually decrypts the files.
    P.S. not that easy, especially if you're dealing with some fancy encryption and you're a newbie.

  5. #5
    moeyyas's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ლ(ಠ_ಠლ) View Post
    Best way is of course to reverse it in Olly and find out how the game actually decrypts the files.
    P.S. not that easy, especially if you're dealing with some fancy encryption and you're a newbie.
    I see that's why he suggested to use PEiD and dump the process, to be able to debug it.
    I will make a simple encryption and start practicing on my own, maybe that will help me get used to it!

  6. #6
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by moeyyas View Post
    I see that's why he suggested to use PEiD and dump the process, to be able to debug it.
    I will make a simple encryption and start practicing on my own, maybe that will help me get used to it!
    Use crackmes and keygenmes to get your hands on it

Similar Threads

  1. [QUESTION] Are retail codes pattern based?
    By iHack in forum WarRock - International Hacks
    Replies: 14
    Last Post: 08-04-2007, 03:51 PM
  2. Identifying the gamer
    By Dave84311 in forum General
    Replies: 7
    Last Post: 06-11-2007, 10:13 AM
  3. Basic Encryption
    By Calard in forum General Game Hacking
    Replies: 0
    Last Post: 02-23-2007, 06:32 AM
  4. Identify this song
    By Dave84311 in forum General
    Replies: 36
    Last Post: 07-21-2006, 01:08 PM
  5. Encryption on Files
    By HolyFate in forum Gunz General
    Replies: 15
    Last Post: 02-20-2006, 01:50 PM