Confused on what a challenge is asking?

User avatar
adum
Posts: 392
Joined: Thu Apr 19, 2007 12:49 pm
Contact:

Confused on what a challenge is asking?

Post by adum »

sometimes the wording on specific challenges might be a bit ambiguous or just plain confusing. this is not the intention; while solving the challenge might be tricky, understanding the text should not be. if you have a problem, please mention it here and i'll try to clarify the wording.

thanks,
adum
Allosentient
Posts: 273
Joined: Thu Apr 10, 2008 9:47 pm

Post by Allosentient »

A lot of the crypto ones have stumped me. I tried many different cryptography and steganography decryption methods to find the answer to a few of the problems "Ave", "Telecran", "Listen To Me", and "Lucy in the sky with briolettes". (but no answer was found)

I am not sure what to do about "Anybody out there" either
User avatar
bok
Site Admin
Posts: 24
Joined: Tue Jan 30, 2007 11:49 pm

Post by bok »

In general, crypto challenges don't have, like some other challenges, a clear indication of what you're supposed to do. They all behave the same way, however: what's on the challenge page (text, image, sequence, whatever) can be decrypted into a short answer, or answer description (but be aware that this might not always be textual).
In a lot of the crypto challenges, the text of the challenge provides a hint about what to do. Sometimes the NAME of the challenge can also be a clue as to where to look for inspiration...

So far, we have verified that all those crypto challenges CAN be solved using resources available to anyone (you won't need to break into the NSA to use their special equipment) in a short amount of time. Some are definitely trickier than others, but that's hard to judge when you know the answer :-)

Good luck.
User avatar
adum
Posts: 392
Joined: Thu Apr 19, 2007 12:49 pm
Contact:

Post by adum »

"anybody out there?" might just be my favorite challenge... tho nobody has solved it yet. this is one for which no hints can be given without spoiling it. i really believe it's doable, but it will take some thought and experimentation. the name is not arbitrary.

good luck,
adam
Kilo
Posts: 152
Joined: Thu Jul 19, 2007 5:59 pm
Contact:

thanks

Post by Kilo »

well i ll take all your advice on do my best guys.
thous in need of help let me know and ill do my best to advise you Remember i am not fault for damge you cause this is for learning Purposes only!!! visit http://nongkrong.team-forum.net/
User avatar
bok
Site Admin
Posts: 24
Joined: Tue Jan 30, 2007 11:49 pm

Post by bok »

Indeed, 'Anyboy Out There' is solvable... I just checked it.
The_Dark_Avenger
Posts: 115
Joined: Wed Jun 11, 2008 9:47 pm

need help

Post by The_Dark_Avenger »

I don't think i understand objective of mission 'Pi hates nines'

Code: Select all

What's the longest continuous sequence not containing a nine in the first million digits? (I want the sequence itself.)
Does it mean that sequence must be 1 million digits long ( :shock: ) or i don't get smth??
Allosentient
Posts: 273
Joined: Thu Apr 10, 2008 9:47 pm

Post by Allosentient »

It is supposed to be the longest consecutive string of characters found in the first million digits of pi, that does not contain a 9.
The_Dark_Avenger
Posts: 115
Joined: Wed Jun 11, 2008 9:47 pm

Post by The_Dark_Avenger »

Allosentient wrote:It is supposed to be the longest consecutive string of characters found in the first million digits of pi, that does not contain a 9.
thx
btw, you asked about telecran and some others... there are hints in the names, and don't forget about google
Allosentient
Posts: 273
Joined: Thu Apr 10, 2008 9:47 pm

Post by Allosentient »

wow that one was stupid, thanks for the advice. I looked on google before but didnt find anything, looked again and guessed the answer first try. felt like guessing someones password!
ShmenonPie
Posts: 2
Joined: Mon Jul 14, 2008 9:52 pm
Location: England

Post by ShmenonPie »

I don't understand the question in 'Didactic Green'. "Your task here is to examine these bytes for their own meaning, and get the answer from there." What is the byte's "own meaning"? The hex code doesn't have any meaning at all to a human.
I got to register YEAH!
Xeyes
Posts: 20
Joined: Mon Jun 16, 2008 8:59 pm

Ahah

Post by Xeyes »

Actualy in this case it does ^^
The numbers you get should ring a bell
koplo
Posts: 1
Joined: Sun Oct 05, 2008 3:42 am

Post by koplo »

i'm a new member of this community,,i hope the advice...thank's a lot
money isn't everything but everything without money is nothing
hwb1966
Posts: 1
Joined: Sun Sep 28, 2008 5:31 pm

Labyrinth Challenge

Post by hwb1966 »

It is not quite clear to me in which order the maze is stored in memory. I assume it is like this:

0: width (23)
1: height (23)
2: (0,0)
3: (1,0)
...
24: (22,0)
25: (0,1)
26: (1,1)
27: (2,1)
...

Right? And up is (0,+1) and down is (0,-1), left (-1,0), right (+1,0)?
User avatar
adum
Posts: 392
Joined: Thu Apr 19, 2007 12:49 pm
Contact:

Post by adum »

that is right, hwb

adum
Post Reply