Google Answers Logo
View Question
 
Q: please decode raw data ( No Answer,   3 Comments )
Question  
Subject: please decode raw data
Category: Computers > Algorithms
Asked by: joey83-ga
List Price: $15.00
Posted: 18 Sep 2006 23:21 PDT
Expires: 18 Oct 2006 23:21 PDT
Question ID: 766493
if you can tell me the secret message hidden in this stream data
and tell me how you did it i will pay 10 dollars for the correct
answer.

Clarification of Question by joey83-ga on 18 Sep 2006 23:23 PDT
00 00 E8 96 61 73 00 12 5A 13 D7 92 08 00 45 00 00 AF 30 E4 00 00 40
11 BE 88 0A 00 00 10 9F 99 E1 28 0C 02 0C 02 00 9B 92 CB A3 6C 72 88
2E B0 27 30 E9 52 B1 BB C6 9E 0D 34 71 AE F2 E1 69 20 72 BD E5 3A 46
D1 EC 3D 29 0A 7B CC EA 89 94 C9 E0 5E 6D 08 69 F8 18 86 59 40 E9 F3
74 83 45 11 BB DA 07 2B BE DB EB 4E 82 4F 8B 66 38 0A 39 A6 FE 8C 58
6A 69 2C 76 56 55 AA AB 92 A3 92 B4 23 8C 2B A2 23 78 9A A6 C5 98 13
D0 3E 26 B3 E2 C8 2F C6 66 30 13 04 8A B2 05 30 D1 62 4B 1C 70 C1 C5
37 B0 13 F1 76 10 74 15 63 5F 3C 6B 50 18 FB 61 33 01 9E 3F 4C C5 08
75 79 D6 6C 80

..è?as.Z×?.E..¯0ä..@¾?
..??á(.??Ë£lr?.°'0éR±»Æ?
4q®òái r½å:FÑì=)
{Ìê??Éà^miø?Y@éót?E»Ú+¾ÛëN?O?f8
9¦þ?Xji,vVUª«?£?´#?+¢#x?¦Å?Ð>&³âÈ/Æf0?²0ÑbKpÁÅ7°ñvtc_<kPûa3??LÅuyÖl?

Clarification of Question by joey83-ga on 18 Sep 2006 23:24 PDT
this is the same data structure with all 1's ere the message should be.

00 00 E8 96 61 73 00 12 5A 13 D7 92 08 00 45 00 01 00 33 CB 00 00 40
11 BB 50 0A 00 00 10 9F 99 E1 28 0C 02 0C 02 00 EC 0F C5 83 6C 72 88
D9 01 D2 49 8D FE 40 B8 41 C8 94 19 BC 50 95 99 CA E3 29 16 F6 02 7D
3A E1 64 C8 25 7E 0F 4C 57 25 15 57 2E AF E3 D1 5B AD D9 70 DE 8A 27
3A 67 F5 D2 D2 8F 98 F8 2A EE 86 C1 F0 9D 4B B1 FF 2C EC 30 2B 3C CC
A5 AA 68 D4 D0 0C C3 AA CD 2A 97 48 AA 16 30 E1 6D 1C E8 9C E2 74 6A
61 17 95 14 ED E0 E1 09 55 28 83 21 04 D2 B8 B2 44 C5 45 68 5A 93 78
73 15 18 40 AF D4 F2 F3 9C 54 2C B2 9D B5 C4 3D CE 30 09 3C 6B 5C 84
A2 1D 00 71 F7 AF 21 BA 5F 7F 78 72 53 8A 75 C4 75 A3 06 7A 57 33 64
FC 70 87 A2 D9 F1 B9 40 E2 7F C5 F8 AC 37 B4 5E 63 D0 BB B9 4A BA 72
FB 6F 93 A2 68 89 2D E0 DD C9 42 DB 93 DC 21 84 19 10 76 1D 63 5F 3D
42 50 18 FA 8A 72 02 88 F5 67 5B 9A 31 36 B1 83 D3

..è?as.Z×?.E..3Ë..@»P
..??á(.ìÅ?lr?ÙÒIþ@¸AÈ?¼P??Êã)ö}:ádÈ%~LW%W.¯ãÑ[­ÙpÞ?':gõÒҏ?ø*î?ÁðK±ÿ,ì0+<Ì¥ªhÔÐêÍ*?Hª0ámè?âtja?íàá	U(?!Ò¸²DÅEhZ?xs@¯Ôòó?T,²µÄ=Î0	<k\?¢.q÷¯!º_xrS?uÄu£zW3düp?¢Ùñ¹@âÅø¬7´^cл¹Jºrûo?¢h?-àÝÉBÛ?Ü!?vc_=BPú?r?õg[?16±?Ó
Answer  
There is no answer at this time.

Comments  
Subject: Re: please decode raw data
From: sageres-ga on 23 Sep 2006 18:09 PDT
 
Got a couple of questions:

1. is "Filled with 1s" means the string of 1s? ("111111111111") etc.
2. Is it using regular ASCII System table? (e.g. 31 31 31 31 31 31 31)
3. How many fields are there that are field with 1s?
4. How many 1s per field?
Subject: Re: please decode raw data
From: alexrussell-ga on 03 Oct 2006 05:05 PDT
 
I'm guessing he meant that each character is FF/255 and there are as
many characters as he gives, i.e. 248 (at my very quick count).

But yeah, I'm not sure this will be very possible, I'm guessing it's
just encrypted data with a passkey. Even if one knew the exact method
(i.e. algorithm) it'd take brute force methods to get the key, surely?
To be honest I don't know a whole lot about cryptography, but yeah...
It's not looking good from my perspective.
Subject: Re: please decode raw data
From: joey83-ga on 16 Oct 2006 10:41 PDT
 
yes it is a string of 1's 
i didnt count how many 
this data was cut from the data field of a UDP packet
and i would imagine there is additional data within the data field
other then the string of 1's

if it helps this is a Xbox live packet.
so you should also see two gamertags. and maybe even formatting for the text.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy