diff --git a/clearandconcisecommentaryoncaesarcipher/ClearAndConciseCommentaryonCaesarCipher.pdf b/clearandconcisecommentaryoncaesarcipher/ClearAndConciseCommentaryonCaesarCipher.pdf new file mode 100644 index 0000000..ca7da38 Binary files /dev/null and b/clearandconcisecommentaryoncaesarcipher/ClearAndConciseCommentaryonCaesarCipher.pdf differ diff --git a/clearandconcisecommentaryoncaesarcipher/description.md b/clearandconcisecommentaryoncaesarcipher/description.md new file mode 100644 index 0000000..53380d0 --- /dev/null +++ b/clearandconcisecommentaryoncaesarcipher/description.md @@ -0,0 +1 @@ +The flag is in [ClearAndConciseCommentaryonCaesarCipher.txt](${ClearAndConciseCommentaryonCaesarCipher.txt}). Use lowercase. \ No newline at end of file diff --git a/clearandconcisecommentaryoncaesarcipher/grader.py b/clearandconcisecommentaryoncaesarcipher/grader.py new file mode 100644 index 0000000..d3ab6ca --- /dev/null +++ b/clearandconcisecommentaryoncaesarcipher/grader.py @@ -0,0 +1,4 @@ +def grade(autogen, answer): + if answer.find("yougotit")!=-1: + return True, "Correct!" + return False, "Nope, try again." diff --git a/clearandconcisecommentaryoncaesarcipher/problem.yml b/clearandconcisecommentaryoncaesarcipher/problem.yml new file mode 100644 index 0000000..d5b7eda --- /dev/null +++ b/clearandconcisecommentaryoncaesarcipher/problem.yml @@ -0,0 +1,9 @@ +title: Caesar on Steroids +author: nicebowlofsoup +hint: Practice! +category: Cryptography +autogen: false +programming: false +value: 20 +files: + - ClearAndConciseCommentaryonCaesarCipher.pdf \ No newline at end of file