Lonelygirl15 Forum Index Lonelygirl15
Forum to post messages about Bree and Danielbeast
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

dehteraew - Pleasantries
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Lonelygirl15 Forum Index -> New Releases
View previous topic :: View next topic  
Author Message
deagol
Thor's Hammer


Joined: 28 Oct 2006
Posts: 1068
Location: No, not here.

PostPosted: Sat Mar 03, 2007 12:11 am    Post subject: Reply with quote

trainer101 wrote:
EDIT TO ADD: Deagol, it amazes me how quickly you recognize and identify the patterns to these codes.

It's not too hard after a bit of practice. Of course you can recognize binary and hex at a glance, and base 64 is just as evident. But when you only have numbers the first thing that comes to mind is decimal ascii.

The hard thing with that is when the code isn't spaced showing you how to break each character code, like this one. So, you play a little bit with how many digits to group at a time trying to get valid characters. However, with this code, nothing works! lol ...that is, if you insist on decoding decimal ascii. Here's the thing, normal character codes in decimal ascii go from 32 to 127. Right from the start on those numbers you can see it doesn't work, unless you go into extended ascii characters which go up to 255:

131153040... can't start with 13, so take 131, then you have to go with 153 and then 040. Using extended ascii gives you Ī( ...not good, so you look at the string some more, and notice a lot of 040 and other 3-digit numbers repeating. So, you suspect the 3-digit spacing is right, but doing the whole thing in extended ascii gives you gibberish.

So, what now? Here's when some experience and actually paying attention to stuff pays off when doing these, instead of just plugging code and hitting a button: after doing quite a bunch of these, I've come to notice that normal english text in decimal ascii code should have mostly high numbers in the 90's-110's for the letters, some 32's for spaces, and perhaps a few mid-range codes (40's-60's) for punctuation. But here we get 040 repeated quite a bit, a couple 056's and the rest is mostly well into the 100's, up to 172.

So you can see there is a pattern after all, which looks like it must map to decimal ascii, with the spaces likely being 040 (which should map to 32 in decimal). Of course, for this one I already knew it was octal the moment I saw those 040's and recognized them as spaces, but the first time I bumped into octal code I didn't recognize it, I had to use a base converter and try bits of the code with base6, base7, base8, etc. Now I just remember that 32 is 40 in octal (32 = 8^1*4 + 8^0*0).

Only later I found, doing a little bit of research, that ascii tables sometimes come with the octal equivalent. So now I don't use the base converter number by number, but look at the table and decode letter by letter directly. I wish there was a tool like the ones for decimal ascii to do whole strings at a time though. If you find one please let me know.

Well that's a pretty long explanation but it's not as hard as it looks, really. I hope this isn't greek to you and you and others can get something out of it.


Last edited by deagol on Sat Mar 03, 2007 12:21 am; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
trainer101
Moderator Manager


Joined: 20 Sep 2006
Posts: 2671
Location: Wasting away again ILLUMINATIVILLE...

PostPosted: Sat Mar 03, 2007 12:21 am    Post subject: Reply with quote

Now that I've looked at the code again after your thorough explanation, I see what you see. It still amazes me how you recognize the patterns so quickly though, same with the Walter/TravelerJ puzzle which people were working on for days. Bravo.
_________________
It's STILL all connected...
Back to top
View user's profile Send private message
deagol
Thor's Hammer


Joined: 28 Oct 2006
Posts: 1068
Location: No, not here.

PostPosted: Sat Mar 03, 2007 12:25 am    Post subject: Reply with quote

trainer101 wrote:
Now that I've looked at the code again after your thorough explanation, I see what you see. It still amazes me how you recognize the patterns so quickly though, same with the Walter/TravelerJ puzzle which people were working on for days. Bravo.

Hey, as I said in that thread, they'd already decoded the vigenere when I got there. I just pointed saying "this looks good guys." Then TOSG did the hard work. I'm sure they would've gotten it that same evening without my help.

Oh btw, I hate anagrams, hate them! Especially those with more than 10-15 letters, not to mention 40+ letters long! You freak, you... Twisted Evil
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
trainer101
Moderator Manager


Joined: 20 Sep 2006
Posts: 2671
Location: Wasting away again ILLUMINATIVILLE...

PostPosted: Sat Mar 03, 2007 1:05 am    Post subject: Reply with quote

TOSG was dead on with the DNA sequencing. McPackage took apart an earlier code by TravelerJ with ease. Both are real sharp. Most of us are still relative beginners (well, at least I am).

And... there's nothing like a good old fashioned anagram every once in a while. Cool
_________________
It's STILL all connected...
Back to top
View user's profile Send private message
janesalteredstates
Devoted Fan


Joined: 12 Jan 2007
Posts: 763
Location: Jenlight's head

PostPosted: Sat Mar 03, 2007 1:09 am    Post subject: Reply with quote

trainer101 wrote:
TOSG was dead on with the DNA sequencing. McPackage took apart an earlier code by TravelerJ with ease. Both are real sharp. Most of us are still relative beginners (well, at least I am).

And... there's nothing like a good old fashioned anagram every once in a while. Cool


THETA AM NOT

Razz
_________________
It takes a thousand voices to tell a single story.
http://youtube.com/profile?user=jenlight
Back to top
View user's profile Send private message Visit poster's website
trainer101
Moderator Manager


Joined: 20 Sep 2006
Posts: 2671
Location: Wasting away again ILLUMINATIVILLE...

PostPosted: Sat Mar 03, 2007 1:17 am    Post subject: Reply with quote

HAHA! Amen to that! Pray
_________________
It's STILL all connected...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Lonelygirl15 Forum Index -> New Releases All times are GMT - 6 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP