Slashdot Mirror


Contest To Crack William Gibson Poem Agrippa

An anonymous reader writes "A new cracking contest to cryptanalyse a William Gibson poem. The electronic poem ('Agrippa') was written back in 1992 and self-encrypts after being displayed once. The person who successfully cracks the encryption will win a copy of every published Gibson book." The poem/program binary was recovered in 2008, but it looks like no one has managed (bothered?) to crack the code.

12 of 102 comments (clear)

  1. And when they're done here by jxander · · Score: 5, Funny

    The next challenge is decrypting Finnegans Wake.

    --
    This signature is false.
    1. Re:And when they're done here by Anonymous Coward · · Score: 5, Funny

      I did that once.

      I ended up with a Tale of Two Cities. Typo in the first sentence, "blurst" of times for some reason.

    2. Re:And when they're done here by Verdatum · · Score: 5, Funny

      You stupid monkey!!

  2. "win a copy of every published Gibson book"?? by KrazyDave · · Score: 5, Funny

    There's your problem right there as to why no one has bothered. It's like that old joke - ".... second prize is two weeks in Cleveland, Ohio and the grand prize is one week in Cleveland, Ohio!"

    --
    www.chihuahuarescue.com- Help to end dog abuse, abandonment and cruelty
    1. Re:"win a copy of every published Gibson book"?? by realmolo · · Score: 5, Insightful

      It's true. I just re-read the "Sprawl Trilogy" in the last couple of weeks, just to see if "Count Zero" and "Mona Lisa Overdrive" were any better than I remember. They weren't. They're tedious-as-fuck.

      "Neuromancer" is great, but Gibson went up his own ass after that.

      Still, he wrote "Neuromancer", which gets him a lifetime pass.

  3. Re:Well , I looked at it twice... by SJHillman · · Score: 5, Informative

    Crappy summary. The poem is not self-encrypting, rather a program displays the poem once and then encrypts it... it's that program that needs to be cracked. As far as I can tell, the poem itself is just a MacGuffin

  4. Re:Well , I looked at it twice... by Anonymous Coward · · Score: 5, Informative

    The summary isn't clear. The posting on the web is just the text of the poem. Per the original linked-to summary:

    While the text of William Gibson's elusive electronic poem AGRIPPA is widely posted around the Web, it has not been seen in its original incarnation — custom-built software designed to scroll the poem through a single play before encrypting each line with an RSA algorithm — since 1992.

  5. I've cracked it by mmarlett · · Score: 5, Funny

    "Be sure to drink your Ovaltine."

    1. Re:I've cracked it by JustOK · · Score: 5, Funny

      Be sure to salt your Crypto-routine

      --
      rewriting history since 2109
  6. So in other words... by TeknoHog · · Score: 5, Funny

    They want you to hack the Gibson.

    --
    Escher was the first MC and Giger invented the HR department.
  7. Not encrypted by Dan+East · · Score: 5, Informative

    According to the diff of the disc image before and after the program runs (http://www.crackingagrippa.net/files/agrippa_diffs.txt) it's perfectly clear that the text is not being encrypted. The listing on the left is after the modification, and the listing on the right is the original disc image. A large portion of the disc (exactly 8,000 contiguous bytes) has been rewritten with only four different bytes: 0x41, 0x43, 0x47, 0x54.

    Thus a very significant portion of the original information is lost during the "encryption". It sure looks to me like the program merely overwrites the poem portion of the data with one of four randomly selected bytes. The poem, as listed in HTML on the web page, is 9190 characters, which correlates pretty close with the amount of bytes being modified on the disc image.

    --
    Better known as 318230.
  8. Re:What were security standards like in '92? by djl4570 · · Score: 5, Informative

    DES is 56 bits and has been around since the seventies. Early browsers from c1995 used 64 bits because anything more required export licenses. That's what got Philip Zimmerman in trouble back in 1994 when PGP was first posted to boards and online services. Given that Gibson is a futurist he might well have used an early implementation IDEA which was first described in 1991 and is 128 bits.