Cryptography Challenge #33!
Link |
by
on 2008-05-14 22:03:50 (edited 2012-10-20 11:57:05)
|
This thread is for discussion of the Gendou.com Cryptography Challenge #33. Click the above link to view the challenge, get hints, and see the scoreboard. Please do NOT post spoilers! You may post your ideas and strategies, but no actual answers, ciphers, or code. |
Re: Cryptography Challenge #33!
Link |
by
on 2008-05-15 11:51:21
|
no hint at all? Don't know what to look for. :( |
Re: Cryptography Challenge #33!
Link |
by
on 2008-05-15 12:54:32
|
Try clicking on the left-hand side buttons. |
Re: Cryptography Challenge #33!
Link |
by
on 2008-05-15 18:36:43
|
unofficial hint |
Re: Cryptography Challenge #33!
Link |
by
on 2008-05-16 09:58:41
|
|
Re: Cryptography Challenge #33!
Link |
by
on 2008-05-22 05:30:55 (edited 2008-05-22 05:36:02)
|
wtf? Everytime i click on the left hand side... a question mark appears... Cool beans. |
Re: Cryptography Challenge #33!
Link |
by
on 2008-05-22 10:57:58
|
The question mark indicates that the input is being processed. |
Re: Cryptography Challenge #33!
Link |
by
on 2008-05-23 04:45:26
|
oh ok. |
Re: Cryptography Challenge #33!
Link |
by
on 2008-05-23 07:06:27
|
err...some questions.... green = 1 or 0? message is 255 characters long? |
Re: Cryptography Challenge #33!
Link |
by
on 2008-05-23 13:46:07
|
green = 1, red = 0 it is actually shorter than 255 characters. padded with \0. |
Re: Cryptography Challenge #33!
Link |
by iamlagging
on 2008-05-29 18:34:17
|
so there are 244 char's and i know what i have to do to get each one. but is there an easier way or quicker way to do it other than the manual labor? |
Re: Cryptography Challenge #33!
Link |
by
on 2008-05-29 21:35:24
|
Sure there's a quick way. You can write a script to query each character. See if you can reverse-engineer the AJAX request. |
Re: Cryptography Challenge #33!
Link |
by iamlagging
on 2008-05-30 22:41:23 (edited 2008-05-30 22:44:47)
|
google is my friend :) i hope someone didn't send one in right before me :'( |
Re: Cryptography Challenge #33!
Link |
by
on 2008-05-30 23:10:49
|
nice job. |
Re: Cryptography Challenge #33!
Link |
by
on 2008-07-17 10:44:17
|
when is the new one coming out? |
Re: Cryptography Challenge #33!
|
This one took way too much time!!! Wish I knew how to program... |
Re: Cryptography Challenge #33!
|
Hey, I was just wondering, does this have anything to do with "Binary" codes/digits? and if so, then what order should they be in order to get the correct answer, in the correct order?
SILENCE!! ... ... I have nothing else to say here. -___-
My Anime List (MAL): RandomUser101's Anime List YouTube: UselessJunkNTrash101's Channel |
Re: Cryptography Challenge #33!
Link |
by
on 2012-07-19 19:35:10
|
Yes, there is a binary aspect to the puzzle. When you click the circles on the left-hand side, they toggle between Green and Red. In other words, each circle has a binary state. As you guess, the order is important. You can get some information about their order (top-down or bottom-up) from examining the AJAX request that is sent when you click on one. |
Re: Cryptography Challenge #33!
|
YES!! THANK YOU (GOOGLE)!! I FINALLY COMPLETED IT!! Finding the correct order was actually quite simple and easy: just search on google for "binary tables" and look for a certain table; & It should show you the correct order of the binary codes (If you can understand what I mean)/OR you could just research binary digits about either "how they work" OR "how to count using binary". Good Luck to those who are still trying to solve this & I hoped I helped a little.
SILENCE!! ... ... I have nothing else to say here. -___-
My Anime List (MAL): RandomUser101's Anime List YouTube: UselessJunkNTrash101's Channel |
Re: Cryptography Challenge #33!
Link |
by
on 2012-10-20 01:57:33 (edited 2012-10-20 02:01:03)
|
Are the first two letters W and E, I hope I'm in the right track :) Edit: I think I'm right. I just found the first two words. But this is gonna take a while!! |