Skip to content

Commit

Permalink
Separating solution instructions from encoded solution
Browse files Browse the repository at this point in the history
  • Loading branch information
veltman committed Feb 2, 2016
1 parent be81a5c commit 6dd30f8
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 30 deletions.
22 changes: 22 additions & 0 deletions encoded
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
32cacbec4b918e2fd130fd68cf818ae5 -
d441066e77f060dbc90286ebabcafd29 -
9b581b08c1d2c8cd37cce44399db5cbd -
aed548aaa54cc4aa89f644913b9e4dc1 -
f43277254bf867dc191fc7310e1f827e -
618630133fe5a2bc77063b70eb60dbca -
CNLELXUUEQIHEDEMWMMAG KWRWTWDWOIAUKQATOBIXGKVRNYEMW
MBLMQCBYHRDVNWHXORVXX QHAFLXPMNVLVPNDDYJRDGFESGPTSY
QYDOJMRMDNIHLVEQNGGCN NBAKLKCGFBSXIYPPWRLPWAGMWFIBA
DDXVYIKHXDPPCEBCMOKKB AMURJEHKHHFULAQDIYRYDFYLOWCQL
NDGOPEDJWUHZMBXHTQXJP PTLLHILVSYHKMJVHVBVBYKWDFROTQ
ULNDGBKEBIRUTQEFURZAR HHHSYTSLAIRVMRFNDOUPCTIIKNMDV
NYPBFOTRCTEIOPJJCYGGR VTVSZLRCTOBESLFKYWVPKHWAKEFVL
FMPDJYTQNNHLMAEBVIWLH RUCLMYSANIDDQEIDDASWEFQACGIQU
ACFMNBMVSXVRNELQSKICV LNVPFRPNAPWAQXEWGKXGPRPKPFNSI
KHMIFRGEXCMHHIDOKDTYU MUTJCGAUFXVUYOKBGEMOKRMMOVZVO
IJRMOCDBRMQSOGQVAKHNF XJWDYOXOVRJBSJYOODKUXGGVDYYWH
RCOQJLXGSPHPHBDITGYAN KCMDVEHCJFSGLFFKNDRICNHOLNHKS
YRHBURSMVBEWFOKDPLGMZ OYQNVDYWDBBSEEWXDRPWUOCFJXPLH
IDMFKXGKIPFEKAPLBGOKR VCYLAYBSSVLPXQECRYFLLKCIMQNUP
FRUBVCDJHKCPBINDNVHUW KRDRNDTRIGYLAIYJEMRIKIBAYGTSY
BGTCTDNYTBMPCRAVGNRWK MWFRWZBAFCRXAFFBXSTLPQPFLGIFJ
51 changes: 21 additions & 30 deletions solution
Original file line number Diff line number Diff line change
@@ -1,30 +1,21 @@
To check your answer, copy and paste this command, replace John Doe with the suspect's name you want to check, and execute it from inside the main clmystery directory:

echo "John Doe" | $(command -v md5 || command -v md5sum) | grep -qif /dev/stdin solution && echo CORRECT\! GREAT WORK, GUMSHOE. || echo SORRY, TRY AGAIN.

To give up and view the correct answer, copy and paste this command and execute it from inside the main clmystery directory:

echo " " && sed -n '/Z/p' solution | tail -n 6 | cut -c 8,22,23,41 && echo " "

32cacbec4b918e2fd130fd68cf818ae5 -
d441066e77f060dbc90286ebabcafd29 -
9b581b08c1d2c8cd37cce44399db5cbd -
aed548aaa54cc4aa89f644913b9e4dc1 -
f43277254bf867dc191fc7310e1f827e -
618630133fe5a2bc77063b70eb60dbca -
CNLELXUUEQIHEDEMWMMAG KWRWTWDWOIAUKQATOBIXGKVRNYEMW
MBLMQCBYHRDVNWHXORVXX QHAFLXPMNVLVPNDDYJRDGFESGPTSY
QYDOJMRMDNIHLVEQNGGCN NBAKLKCGFBSXIYPPWRLPWAGMWFIBA
DDXVYIKHXDPPCEBCMOKKB AMURJEHKHHFULAQDIYRYDFYLOWCQL
NDGOPEDJWUHZMBXHTQXJP PTLLHILVSYHKMJVHVBVBYKWDFROTQ
ULNDGBKEBIRUTQEFURZAR HHHSYTSLAIRVMRFNDOUPCTIIKNMDV
NYPBFOTRCTEIOPJJCYGGR VTVSZLRCTOBESLFKYWVPKHWAKEFVL
FMPDJYTQNNHLMAEBVIWLH RUCLMYSANIDDQEIDDASWEFQACGIQU
ACFMNBMVSXVRNELQSKICV LNVPFRPNAPWAQXEWGKXGPRPKPFNSI
KHMIFRGEXCMHHIDOKDTYU MUTJCGAUFXVUYOKBGEMOKRMMOVZVO
IJRMOCDBRMQSOGQVAKHNF XJWDYOXOVRJBSJYOODKUXGGVDYYWH
RCOQJLXGSPHPHBDITGYAN KCMDVEHCJFSGLFFKNDRICNHOLNHKS
YRHBURSMVBEWFOKDPLGMZ OYQNVDYWDBBSEEWXDRPWUOCFJXPLH
IDMFKXGKIPFEKAPLBGOKR VCYLAYBSSVLPXQECRYFLLKCIMQNUP
FRUBVCDJHKCPBINDNVHUW KRDRNDTRIGYLAIYJEMRIKIBAYGTSY
BGTCTDNYTBMPCRAVGNRWK MWFRWZBAFCRXAFFBXSTLPQPFLGIFJ
Checking Your Answer on Mac/Linux:

Copy and paste the following command, replace John Doe with the suspect's name you want to check, and execute it from inside the main clmystery directory:

echo "John Doe" | $(command -v md5 || command -v md5sum) | grep -qif /dev/stdin encoded && echo CORRECT\! GREAT WORK, GUMSHOE. || echo SORRY, TRY AGAIN.

Checking Your Answer on Windows:

Copy and paste the following command, replace John Doe with the suspect's name you want to check, and execute it from inside the main clmystery directory:

echo "John Doe" | $(command -v md5 || command -v md5sum)

This will give you a long code of numbers and letters. Copy and paste the following command, replace My Code with the code you got, and execute it:

grep -qi "My Code" encoded && echo CORRECT\! GREAT WORK, GUMSHOE. || echo SORRY, TRY AGAIN.

Seeing The Answer:

To give up and view the correct answer, copy and paste the following command and execute it from inside the main clmystery directory:

echo " " && sed -n '/Z/p' encoded | tail -n 6 | cut -c 8,22,23,41 && echo " "

0 comments on commit 6dd30f8

Please sign in to comment.