This article was imported from freenode's wordpress blog, and is likely out of date. It's preserved here in the interest of history, but please don't treat it as an authoritative source in any context. Links on this page may be out of date and broken.

April 1st 2014, Followup

yano on 2014-04-26

It's been almost too long for this blog post to arrive here after the April Fools quiz this year. Thanks to everyone who participated!

The first ten people who completed the challenges are, in descending order of aprilness:

(times are listed in UTC)

  1. 2014-04-02T18:25:17 booto

    2014-04-02T23:36:53 Fuchs *

  2. 2014-04-03T00:29:29 furry

  3. 2014-04-03T01:34:18 mniip

  4. 2014-04-03T09:41:38 jojo

  5. 2014-04-03T16:29:51 redi

  6. 2014-04-03T18:57:21 BlueShark

  7. 2014-04-04T15:33:24 larinadavid

  8. 2014-04-04T22:27:20 Omniflux

  9. 2014-04-04T23:02:19 apoc

  10. 2014-04-04T23:13:02 thommey

(*) user opted out of any prizes

There were 25 additional nicks who completed the quiz and made it to the winner's circle but weren't fast enough to place in the top 10.

The prizes were cloaks for those in the top-10. In addition to the top-10 cloaks everyone else who finished the challenge that 'opted-in' were eligible for the cloak lottery. This was a lottery for 3 runnerup cloaks.

Out of the 25 additional people that completed the challenge, the following 3 won a cloak through the cloak lottery:

  • skasturi

  • danielg4

  • jojoa1997

Here are the riddles and their solutions, in the original order:

  • Level 0

    • The clue was given in the April 1st blog post: IyMjI3hrY2Q=

    • That is the string "####xkcd" encoded using base64.

    • The answer: ####xkcd, which was the first channel in the quiz.

  • Level 1

    • Clue: Tnl2cHItbmFxLU9iby1qbnl4LXZhZ2Itbi1vbmU=

    • This is a rot13'ed and base64'ed string.

    • In Python: "Tnl2cHItbmFxLU9iby1qbnl4LXZhZ2Itbi1vbmU=".decode('base64').decode('rot13')

    • The answer: ####Alice-and-Bob-walk-into-a-bar

  • Level 2

    • Clue: MKWkpKMa

    • This is another string that is encoded with a series of base64 and rot13 transformations.

    • In Python: "MKWkpKMa".decode('rot13').decode('base64').decode('rot13')

    • The answer: ####reddit

  • Level 3

    • Clue: SHg5RkR4SUpIeHFGSnlXVUlJSVFJeHFKCg== | Save this for a later level: https://i.imgur.com/87cX9y4.jpg | 4 decodes needed

    • Yet another string encoded with a series of base64 and rot13 transformations.

    • In Python: "SHg5RkR4SUpIeHFGSnlXVUlJSVFJeHFKCg==".decode('base64').decode('rot13').decode('base64').decode('rot13')

    • This yields: EBEORIETEMETHHPITI

    • Contestants were expected to do a web search for this and find out it is the end of the Zodiac Killer's infamous message.

    • The answer: ####zodiac

  • Level 4

    • Clue: https://i.imgur.com/x4nejBh.png | LaTeX right direction | Google! | No maths needed

    • The topic changed several times as contestants seemed pretty stumped on this level, the topic line above was its final form.

    • The answer: ####exner - this was expected from figuring out what the equation is. Simply put, the equation in the image is Exner's Equation.

  • Level 5

  • Level 6

    • Clue: https://www.dropbox.com/s/emz7xy3p9r2ivxe/wat.unknown (verify the file, sha256sum: 0efade1bb29d1b7fdd65e5612159e262cbd41a2e27ed89a0144701a5556da68f)

    • This file is more stenography:

    • Use 'file' to determine what the file type is.

    • Un-7zip the .unknown file

    • Base64 decode the output

    • Use 'file' to determine that the output is a .jpg

    • Unzip the .jpg

    • Untar two.tar.gz

    • Open the surprised.txt file.

    • The content of surprised.txt is: ####ImSoMetaEvenThisAcronym

    • The answer: ####ImSoMetaEvenThisAcronym

  • Level 7

    • Clue: AQwPfPN1ZBXNfvNj4bPmVR4fVQYPfPNlZBXNfvNkAP4jZhXNflOS and "Da Vinci" | Jules Verne | s/.02/.03/ in the decrypted text

    • The clue is base64'ed and rot13'ed. To decode it in Python: print "AQwPfPN1ZBXNfvNj4bPmVR4fVQYPfPNlZBXNfvNkAP4jZhXNflOS".decode('rot13').decode('base64')

    • This yields: 48° 50′ 0″ N, 2° 20′ 14.02″ E

    • These are GPS coordinates for the Paris meridian.

    • From this and the "Da Vinci" clue contestants were expected to find the Wikipedia page about the Rose Line.

    • The specific quote that contestants were suppose to find:

    "Dan Brown simply invented the 'Rose Line' linking Rosslyn and Glastonbury. The name 'Roslin' definitely does not derive from any 'hallowed Rose Line'. It has nothing to do with a 'Rose Bloodline' or a 'Rose Line meridian'. There are many medieval spellings of 'Rosslyn'. 'Roslin' is certainly not the 'original spelling': it is now the most common spelling for the village."[18]

  • Source

    • The "Jules Verne" clue is suppose to reaffirm to contestants that they were on the right track:

    The competition between the Paris and Greenwich meridians is a plot element in Jules Verne's "Twenty Thousand Leagues Under the Sea", published just before the international decision in favor of the British one.

  • Source

    • The answer: ####roslin
  • Level 8

  • Level 9

    • Clue: ZCLVLLCOIUTKKJSCEKHHHSMKTOOPBA | OGUCSSGAPVGVLUMBTVOGICUNJDHSTB | RUTJJGNXUNTY | Letters that would repeat in a typical word do not repeat in the key(s), example 'freenode' would be 'frenod' | https://i.imgur.com/pGIBjEE.png | http://is.gd/TgNsvm

    • Alright this one is really really really tricky. The topic changed several times.

    • The three strings are encoded with Four-square from the previous level with the same keys.

    • Contestants were expected to use 'UVB' and 'RUSSIA' as keys for the Four-square cipher.

    • It was expected that contestants arrive at 'UVB' from the channel name, ####POVAROVOSOLNECHNOGORSKRUSSIA

    • The former transmitter[27] was located near Povarovo, Russia[28] at 56°5′0″N 37°6′37″E which is about halfway between Zelenograd and Solnechnogorsk and 40 kilometres (25 mi) northwest of Moscow, near the village of Lozhki.

  • Source

    • The is.gd link points to a file that has the "No Q" image from a previous level hidden in it.

    • The "RUTJJGNXUNTY" decrypts to AaronHSwartz

    • The answer: ####AaronHSwartz

  • Level 10

    • Clue: HKGJSUOJVRLGSBELAUHOUIGLVRURWMGTUGJGWTKN

    • Originally this channel (####AaronHSwartz) was suppose to be the winner's circle, however due to too many people leaking answers and channel names, one more challenge was added.

    • Same cipher as before, this time the keys were 'DEMAND' and 'PROGRESS'

    • Demand Progress is an Internet activist-related organization specializing in petitions to help gain traction for legal movements against Internet censorship and related subjects, started by Aaron Swartz, source.

    • The clue decrypts to JOINUSNOWANDSHARETHESOFTWAREWRITTENBYRMS

    • RMS is Richard Matthew Stallman, and 'Join Us Now and Share the Software' is an openly licensed song by Richard Stallman.

    • The answer: ####JOINUSNOWANDSHARETHESOFTWAREWRITTENBYRMS

The topic in ####JOINUSNOWANDSHARETHESOFTWAREWRITTENBYRMS was: Congratulations on solving the freenode's April Fools 2014 Crypto Challenge | Want MOAR? #ircpuzzles

Congratulations to those who participated this year!

The 25 additional people that completed the challenge:

  • 2014-04-05T04:06:53 knivey

  • 2014-04-05T10:00:12 Tordek

  • 2014-04-05T15:40:50 jacob1 *

  • 2014-04-05T15:48:48 stac

  • 2014-04-05T16:24:01 Changaco *

  • 2014-04-05T17:30:01 Arch-TK *

  • 2014-04-05T17:35:05 ar *

  • 2014-04-05T18:16:20 Weetos *

  • 2014-04-05T18:38:39 nyuszika7h

  • 2014-04-05T18:56:26 vi[NLR]

  • 2014-04-05T19:06:38 tkd *

  • 2014-04-05T21:54:56 Chiyo

  • 2014-04-05T22:46:01 slidercrank

  • 2014-04-05T22:54:10 jojoa1997

  • 2014-04-06T00:55:51 Pixelz *

  • 2014-04-06T02:53:25 Transfusion

  • 2014-04-06T02:58:15 DonkeyHotei

  • 2014-04-06T03:04:01 sdamashek *

  • 2014-04-06T03:07:49 Cypi *

  • 2014-04-06T03:36:03 FXOR

  • 2014-04-06T13:44:35 pad

  • 2014-04-06T19:22:06 skasturi

  • 2014-04-06T19:37:13 Bloodhound

  • 2014-04-07T08:16:22 molly *

  • 2014-04-07T14:42:32 Bijan-E

(*) user opted out of the cloak lottery