[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4668: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4670: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4671: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
MINERVA - read-only archives :: View topic - INCOMING TRANSMISSION - Discussion
MINERVA - read-only archives
https://hylobatidae.org/minerva/forum/

INCOMING TRANSMISSION - Discussion
https://hylobatidae.org/minerva/forum/viewtopic.php?f=8&t=230
Page 2 of 4

Author:  sortie [ Tue Jul 15, 2008 8:51 pm ]
Post subject:  Re: INCOMING TRANSMISSION - Discussion

Oh it was simple. I noticed how the numbers could be split into bunches of three, where all numbers were below 256, bytes that is. So I just took every byte manually using an online converter and coverted it into hex decimals and saved it as a binary file.

Or am I simply on the wrong track and should I treat this as numbers, not as bytes? I'm completely lost in how to decode this piece of information, esspecially now knowing the key is encoded too, I have little clue.

Can anyone PM me an example showcasing a similar decryption method without spoiling too much? Is this a Unencrypted text = Encrypted text - Key?

Author:  Ace [ Tue Jul 15, 2008 8:58 pm ]
Post subject:  Re: INCOMING TRANSMISSION - Discussion

As I said, you don't need the 'key', and you are on the right track.

Author:  Terrapin [ Tue Jul 15, 2008 9:22 pm ]
Post subject:  Re: INCOMING TRANSMISSION - Discussion

How can there be a key that you don't need? If the message in encrypted, then from what I've read, you need the key to figure it out (so says ). Correct me if I'm wrong, but if you don't need the key to decipher the text, then the encryption is pretty pointless.

For the nth time, if someone wants to have mercy on the unenlightened, drop me PM. And now, back to Google. ;-)

Author:  Ace [ Tue Jul 15, 2008 9:30 pm ]
Post subject:  Re: INCOMING TRANSMISSION - Discussion

Sorry, maybe 'key' isn't technically correct. I just mean it's a clue. One that would help if you can understand it, but isn't absolutely necessary.

Author:  Kate [ Tue Jul 15, 2008 9:39 pm ]
Post subject:  Re: INCOMING TRANSMISSION - Discussion

There are sometimes other ways through a door, other than just the key.

Author:  Monkfish [ Tue Jul 15, 2008 9:55 pm ]
Post subject:  Re: INCOMING TRANSMISSION - Discussion

For anyone having difficulty with the pronunciation of the numbers within the transmission, I've knocked-up something that may help.


Author:  sortie [ Tue Jul 15, 2008 10:02 pm ]
Post subject:  Re: INCOMING TRANSMISSION - Discussion

Hahaha brilliant solution. My hint is stay simple, remember the sequence of letters when decoding the data and then google the mysterious results. Now to figure out what this means!

Author:  fitzroy_doll [ Wed Jul 16, 2008 12:18 am ]
Post subject:  Re: INCOMING TRANSMISSION - Discussion

212 201 213 197 217 229 193

Author:  Ace [ Wed Jul 16, 2008 12:34 am ]
Post subject:  Re: INCOMING TRANSMISSION - Discussion

122 093

(also, nice work Monkfish!)

Author:  Lewk [ Wed Jul 16, 2008 8:23 am ]
Post subject:  Re: INCOMING TRANSMISSION - Discussion

Wow, I just wasted my entire afternoon and feel like i have gotten no where. I wrote out the numbers and I've converted them every possible way, from DEC to HEX, Binary, ASCII; then i was converting them with ROT47 and I even read that whole wiki write up on the number station; and I'm just now frustrated. If anyone here could give me a really big hint or just blatantly tell me how to figure this out, It'd be very much appreciated.

Author:  Monkfish [ Wed Jul 16, 2008 12:06 pm ]
Post subject:  Re: INCOMING TRANSMISSION - Discussion

I must admit, this puzzle has been fascinating; I've learnt how to count in Polish and discovered a whole new world regarding the existence of the (somewhat creepy) Number Stations which I knew nothing about before. And, of course, there's the message itself. Great stuff.

Kudos to Adam, and anyone else that helped devise this minor mystery. It really enhances the MINERVA atmosphere...

Author:  sortie [ Wed Jul 16, 2008 12:26 pm ]
Post subject:  Re: INCOMING TRANSMISSION - Discussion

Hey Lewk. Stop reading when you don't need more spoilers. A telephone number is dialed in the sound file. Try and figure out what that is. It's written on the first page in this thread. ;-). Let's just say it's a very primively encoded text string that gives away what you need.

Author:  Lewk [ Wed Jul 16, 2008 1:04 pm ]
Post subject:  Re: INCOMING TRANSMISSION - Discussion

That's fantastic. I wrote it out by hand as i listened to the message (as it was evident that i wrote some numbers down wrong), and it was rather exciting. I never knew something so dull to be so exhilarating.

So how do we discuss what the message means without spoiling it for everyone?

Author:  sortie [ Wed Jul 16, 2008 1:42 pm ]
Post subject:  Re: INCOMING TRANSMISSION - Discussion

We make a topic with the name "[BIG MASSIVE SPOILER] Discussion"?

Author:  Plague03444 [ Wed Jul 16, 2008 1:53 pm ]
Post subject:  Re: INCOMING TRANSMISSION - Discussion

Wow, I must be too sleepy. I've spent awhile trying to figure this thing out and I cant see how the phone number can be converted to text. Does that hint get any clearer perhaps? without spoiling it.

Page 2 of 4 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/