Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Geek Culture / Secret message - code breaker - tools? or help.

Author
Message
fallen one
17
Years of Service
User Offline
Joined: 7th Aug 2006
Location: My imagination!
Posted: 28th Feb 2014 16:23 Edited at: 28th Feb 2014 16:38
I have some work that's in a secret code, I want to break the code to read the hidden text.

I have suspicion the secret code may be encoded on many levels, so there is many codes in the same text, like Russian dolls, the same whole but inside multiple versions (messages)

The code starts in binary, I have reason to believe the first step is translation into hex, and then from there into traditional code breaking, it also may use keys? (strings of words as keys to open the code)

Here is an example message

10100100100010000101110010101010
and below it if I convert it to hex
a4 88 5c aa

Ill just mention in case anyone actually has a go at finding how the code works. The person making the secret message also uses bad spelling and may also shorten words, example - how r U.

Can anyone point me in the right direction? How can I solve this, are there any tools or resources?


Mobiius
Valued Member
21
Years of Service
User Offline
Joined: 27th Feb 2003
Location: The Cold North
Posted: 28th Feb 2014 19:19
Search the internet for binary to hex, or hex to ascii converters then cut and paste away.

fallen one
17
Years of Service
User Offline
Joined: 7th Aug 2006
Location: My imagination!
Posted: 28th Feb 2014 19:24
that doesnt show the secret message
this
10100100100010000101110010101010
comes to
a4 88 5c aa
you still cant read the encrypted secret message in english yet.


Kevin Picone
21
Years of Service
User Offline
Joined: 27th Aug 2002
Location: Australia
Posted: 1st Mar 2014 01:58 Edited at: 1st Mar 2014 02:09
There's not much to go on with only 4 bytes of data, even if the text is mapped as say 4bit that's only 8 characters. Not much of a message with a 1 to 1 character mapping. The data might be tokenized or bits/bytes sprayed across it.

Anyway, A few common techniques are bit shifting and xor'ing the data. The trivial XOR encryption apples the same mask to every byte. Which makes cracking equally as trivial. Just make a program that loads a few K of the data into memory, then have the program run though apply every byte combination (0->255) and dump it all out to a file. Some hex viewers have such feature built in.


Here's the basic principal (PlayBASIC code shown)





ROL/ROR - Scroll the bits within a 32bit long. So bits pushed off the left or right edge wrap around onto the opposite edge.




Login to post a reply

Server time is: 2024-05-19 05:12:20
Your offset time is: 2024-05-19 05:12:20