Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

How to find Encryption/Decryption keys ?

Featured Replies

  • Author
  • Localization

Taktloss, posted Mon Oct 12, 2015 3:11 pm (8381)


Hello,
i would really like to learn more about encryption/decryption keys like in Telltale games. Can *maybe* someone explain a bit how to find such a key ;) ?

Thanks in advance
  • Author
  • Localization

maxton, posted Thu Jun 16, 2016 5:31 pm (14520)


Often the easiest way to find encryption/decryption keys is to locate the encryption/decryption routines by decompiling the game binary. You could also try using a debugger/memory editor to look in RAM while the game is running, but even then having the disassembly is probably necessary to know where you should be looking.
  • Author
  • Localization

atom0s, posted Fri Jun 17, 2016 7:02 am (14531)


Some other methods you can use to find the crypt functions easily is look for string references to paths where the files are located.
Also setting breakpoints on CreateFileA/CreateFileW/ReadFile/WriteFile etc. to attempt to find when the game accesses the encrypted files can lead you back to the functions of interest.

Doing static analysis in a disassembler like IDA makes things easier as well vs. debugging as you can trace around the file much faster.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.