Skip to main content

Questions tagged [encryption]

Process of encoding information such that decoding requires the knowledge of some secret (a key). This tag covers questions about obfuscated and encrypted programs, or tools, but higher level questions may get better answers on Cryptography Stack Exchange.

0 votes
0 answers
33 views

(original png) It's a multi level challenge. While examining through zsteg I found 2 zlib compressed file and a binary executable. I have uncompressed one of the zlib which gave long hex string, which ...
Roshan Kumar's user avatar
1 vote
0 answers
147 views

I'm localizing a Unity IL2CPP game. All data files, as well as localization files, are encrypted in a custom .dat format. I'm currently trying reverse engineering to decode them. I found out that the ...
Alba's user avatar
  • 11
0 votes
0 answers
66 views

I've been working on reverse engineering a Unity game (IL2CPP) to analyze its encryption methods, but I've hit several roadblocks and would appreciate guidance from more experienced reversers. What I'...
TrueSurf's user avatar
0 votes
1 answer
121 views

I would like to reverse engineer a communication protocol encryption (ccTalk BNV), where I have access to the following: a windows application (test program), that can send unencrypted and encrypted ...
Yohnsee's user avatar
0 votes
0 answers
63 views

Hi everyone, good evening and something else.enter image description here I have a .txt file which contains the license date, my email information. My mission - decode this file and change date, then ...
wh1tedance's user avatar
2 votes
1 answer
79 views

I have a collection of both signed and unsigned firmware images for a device (of which the bootloader seems to require the signed images). I also have what I think may be the signing key (a 256-bit EC ...
Dan Lenski's user avatar
0 votes
0 answers
100 views

I'm currently analyzing the communication protocol between an ultrasonic cartridge and the machine it operates with. The cartridge is a consumable, and my goal is to virtually recharge it. From what I ...
Leo daniel's user avatar
1 vote
1 answer
191 views

This function decrypts an array of bytes to the string "crackmeYG": +0x1610 int64_t sub_7ff7c8a11610(int64_t arg1, int128_t* arg2) +0x1610 { +0x1634 void var_1c8; +0x1634 ...
Removed Name's user avatar
0 votes
0 answers
75 views

I've been reverse-engineering an Android app for a set of Bluetooth headphones, and my goal is to find the keys to decrypt the firmware. I obtained the firmware by intercepting the traffic between the ...
agg00's user avatar
  • 1
0 votes
0 answers
58 views

S/EX RE-MAN BOARD INTERFACE SR2 SL (MRD-45-2276) How can I access the raw data sent by the sensors to this board? I also need the data sheet and schematic information of the board.
Mohi's user avatar
  • 1
0 votes
0 answers
91 views

I am attempting to reverse engineer a motor with an unknown CRC algorithm. I've used a logic analyzer to find these bytes, and I would like to send my own bytes back to the motor. Unfortunately, I can'...
Monk's Evil Lair's user avatar
1 vote
1 answer
127 views

I'm working with a binary file that has been encrypted using the AES cipher, but I'm unsure of which mode of operation was used (e.g., ECB, CBC, GCM, etc.). I need to automate the process of ...
pacman's user avatar
  • 125
0 votes
0 answers
53 views

I extracted a file from inside the dump that contains the serial number and I need to analyze it I want to unpack and compress this encrypted file after modifying it
elctro1991's user avatar
1 vote
1 answer
169 views

I am attempting to sniff the Bluetooth between the fitness tracker(GOJI ACTIVE GFITBK20 Activity Tracker) and the application(Goji Active) installed on the phone but I am unable to see any health ...
user309729's user avatar
0 votes
0 answers
127 views

I have a garage and I have the original key which is 433MHz and the specifications say it is a rolling code. Here is a table of the specifications: Range in open field (m): 100 Frequency: 433.92 MHz ...
Skywalker's user avatar

15 30 50 per page
1
2 3 4 5
19