-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separating solution instructions from encoded solution
- Loading branch information
Showing
2 changed files
with
43 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 " " |