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.

quickbms mcrypt

Featured Replies

  • Author
  • Localization

chrrox, posted Mon Apr 15, 2019 4:46 pm (46970)


is there a way to make files work in quickbms that were encoded with mcrypt to work with standard aes interface?
mcrypt_rijndael-256_cbc
mcrypt_rijndael-128_cbc
  • Author
  • Localization

aluigi, posted Mon Apr 15, 2019 5:00 pm (46973)


quickbms uses the following C code:
Code:
    } else if((mcrypt_ctx = quick_mcrypt_check(type))) {    // libmcrypt
        if(mcrypt_generic_init(mcrypt_ctx, key, keysz, ivec) < 0) {
            fprintf(stderr, "\nError: mcrypt key failed\n");
            myexit_cmd(cmd, QUICKBMS_ERROR_ENCRYPTION);
        }

where "type" is what you used as encryption algorithm, for example "mcrypt_rijndael-256_cbc".

Doesn't it work?
  • Author
  • Localization

chrrox, posted Mon Apr 15, 2019 5:01 pm (46974)


It works fine I was just reading online that with some padding normal aes should work also?
  • Author
  • Localization

aluigi, posted Mon Apr 15, 2019 9:25 pm (46983)


honestly didn't check how mcrypt works :)
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.