Couldn't figure out the solution for a long time. But after a while I looked at the challenge with the fresh eyes! Based on the fact that every number starts with 00 01 or 02, I made a decision that numbers are independent (at least you probably shouldn't concatenate encoded ones), and started to search for some wierd 36bit systems on the web.
So with 'DEC' and '36bit' as the keywords, Radix-50 character encoding was something I found worth to check. Got 30,18,15,0 for the first number. My first assumption that it is "THE " was correct and I was happy so solve that just looking for A.K. on the book wiki page.
Still, found out that there are exist lots (ok, more that one is a lot) character sets for 40-character Radix-50 tables, so you should either guess correct shift for characters or find the right one.
Actually loved this encoding principle, as it packs non-(2^n) data pretty well.
After solving a challenge i'm surprised how few people succeeded!
Playing with the full DEC
Re: Playing with the full DEC
After seeing your hint, googling DEC computers encodding ... lead to Radix 50 wiki page ... what actually contained 40 characters in correct order. ... so this is why one more succeded.urmemoris wrote: After solving a challenge i'm surprised how few people succeeded!
While researching this challenge I stumbled on this url :
http://rabbit.eng.miami.edu/info/decchars.html
Especially the last 2 sections were interesting/helpful.
After that I engaged my google-fu and here I am
ADMINS HELP !!!
I accidentally made this post in the not-solved thread, but I am unable to delete or edit that post.
http://rabbit.eng.miami.edu/info/decchars.html
Especially the last 2 sections were interesting/helpful.
After that I engaged my google-fu and here I am
ADMINS HELP !!!
I accidentally made this post in the not-solved thread, but I am unable to delete or edit that post.