This commit is contained in:
Varsos 2017-03-13 12:14:26 -07:00
parent d9dc192565
commit 33cb7f3642
4 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1 @@
The flag is in [ClearAndConciseCommentaryonCaesarCipher.txt](${ClearAndConciseCommentaryonCaesarCipher.txt}). Use lowercase.

View file

@ -0,0 +1,4 @@
def grade(autogen, answer):
if answer.find("yougotit")!=-1:
return True, "Correct!"
return False, "Nope, try again."

View file

@ -0,0 +1,9 @@
title: Caesar on Steroids
author: nicebowlofsoup
hint: Practice!
category: Cryptography
autogen: false
programming: false
value: 20
files:
- ClearAndConciseCommentaryonCaesarCipher.pdf