Slashdot Mirror


Typo Found in Kryptos CIA Sculpture

SimuAndy writes "Elonka Dunin, game developer at Simutronics and author/editor of the new book, 'The Mammoth Book of Secret Codes and Cryptograms', reports that what everyone had thought was the answer to part 2 of the CIA's encrypted Kryptos sculpture, wasn't. Sculptor Sanborn announced this week that everyone had gotten it wrong, because of a mistake on the art piece. For more info, check out the Wired story, or the Kryptos Group announcement."

15 of 144 comments (clear)

  1. Sevfg cfbg by MarkByers · · Score: 3, Funny

    Sevfg cfbg

    --
    I'll probably be modded down for this...
  2. CIA mistakes... by Mister+White · · Score: 3, Insightful

    I doubt it, the CIA is *NEVER* wrong. ...wait...

    --
    "Crime fighters fight crime. Fire fighters fight fire. What do freedom fighters fight?" -George Carlin
  3. Got It! by MudButt · · Score: 4, Funny

    No wonder I couldn't figure it out! Gimme a second... Okay...

    Be sure to drink your Ovaltine

    Aw man!

  4. huh? by sentientbrendan · · Score: 4, Interesting

    The problematic part is at the end of part 2: "... forty-four seconds west. ID by rows." On April 19th, sculptor Sanborn contacted one of the Kryptos Group moderators to say, "No, that last part is wrong." He also indicated that there was a missing character on the sculpture, probably something that would have resulted in a plaintext "X" before that section. He said that he had thought that with the missing character, the section in question would have come out to be an unintelligible scramble. Instead, he was astounded to see that by sheer chance, the resulting random text had turned out to be apparently intelligible English, "ID BY ROWS", although that was not what was intended.

    what are the odds of that?

    1. Re:huh? by Tim+Browse · · Score: 4, Funny
      what are the odds of that?

      It's a million to one shot. But as we know, they come up 9 times out of 10.

  5. Translation: Frist psot by JPriest · · Score: 5, Informative

    Above is ROT-13 (rotate 13 places) for the text Frist psot.

    --
    Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
  6. Re:How was this wrong? by TigerNut · · Score: 4, Informative

    It's wrong because the sculpture encodes four puzzles. The solutions to the first three parts are required to solve the fourth part.

    --

    Less is more.

  7. Bad Title by MaceyHW · · Score: 4, Interesting

    It's not a "typo". According the wired article, Sanborn decided to leave out a single charater (an "x" serving as a "period") for asthetic reasons and this led to a faulty decryption of one phrase of the message.

  8. Hmmm by Mister+Whirly · · Score: 4, Funny

    In an unrelated story Sculptor Sanborn went missing last night...

    --
    "But this one goes to 11!"
  9. CIA now humbly requests... by Linker3000 · · Score: 5, Funny

    The CIA has followed up the public announcement that there is a typo in the encrypted message by asking people to stop sending them their old hi-fi speakers for recycling since the decrypted message does *NOT* read "all your bose are belong to us".

    --
    AT&ROFLMAO
  10. geeks by identity0 · · Score: 3, Funny

    Heh, it just goes to show how obsessed some geeks get. I loved this last part:

    "I've been drinking Mountain Dew and eating Easter Jelly Bellies to sharpen my mind," he says.

    He says the new information was the equivalent of throwing a steak into shark-infested water. "There's going to be a frenzy of action around this for months because it's the first real bit of data we've been able to get. We don't know what it means. But it's very exciting."


    Yeah, sharpening his mind with Jelly Bellies and going into a frenzy because someone added an 'x' to a cyphertext... nope, no dorkyness here...

  11. Re:Location? by Kredal · · Score: 3, Informative

    That location is at CIA headquarters, about 150 yards south of the actual sculpture. So.. was that the original intended spot for the sculpture, and it was moved, or is there something hidden that close (in layer two?) that would help solve the next section?

    Only time will tell.

    --
    Whoever stated that signature sizes should be limited to one hundred and twenty characters can just go ahead and kiss my
  12. Re:Location? by gfolkert · · Score: 4, Informative

    The location 38.9518N, 77.1456W It is in the CIA Complex located in Northern Fairfax County Virginia. Right by the Langley Fork Park and Near the GW Park along the Potomac.

    Out in the CIA yard

    As if nobody can use Google anymore...

    --
    greg, REMEMBER ED CURRY!!!
  13. Slashdot by segfault7375 · · Score: 4, Funny

    Slashdot reporting on a typo? Oh the delicious irony! :)

  14. Reminds me of the time... by UnknownSoldier · · Score: 3, Interesting

    .. when I was taking Operating Systems II, and our first homework questions was to decrypt the encrypted assignment once we wrote a public-private de/encryption program, using the public & private keys we were given. Shortly after I got my program written & debugged, I figured out that the teacher had used/given out a wrong number (!), meaning the assignment couldn't be decoded, so I told my buddy who was also in the same class with me before the weekend so he didn't have to waste his time as well.

    The following week in class the teacher announces the correct public & private keys, and most of the class flipped out since they had spent the time trying to figure out why their program wasn't decoding the encrypted assignment. (I guess those students never used a test case to verify that their program _actually_ was working correctly!?)

    I guess it pays to pay attention to the expected data. ;-)