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.

Read 1 file, get decryption key, open another file and decrypt it with the key.

Featured Replies

  • Author
  • Localization

GHFear, posted Sat Jun 01, 2019 8:00 am (48148)


Literally what the tile says.

How does one Open one file with quickbms, read values in it and then open another file and use those values as a decryption key?
Without having to manually do it ofc.
  • Author
  • Localization

aluigi, posted Sat Jun 01, 2019 10:08 am (48150)


It depends by the fields and by the algorithm, let's say:
Code:
getdstring KEY 16
open FDSE "other_file.dat"
encryption xor KEY "" 0 16
get SIZE asize
log "output.dat" 0 SIZE

Your file is probably different but the idea is the same.
  • Author
  • Localization

GHFear, posted Sat Jun 01, 2019 1:39 pm (48178)


aluigi wrote:
It depends by the fields and by the algorithm, let's say:
Code:
getdstring KEY 16
open FDSE "other_file.dat"
encryption xor KEY "" 0 16
get SIZE asize
log "output.dat" 0 SIZE

Your file is probably different but the idea is the same.


Thank you. This was very helpful information :)
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.