adding basic atbash problem

This commit is contained in:
Michael Barre 2017-03-11 01:44:10 -06:00
parent 7cffce1cfa
commit 9cfa312780
3 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1 @@
I dropped my alphabet on its head, can you help me reassemble it? `easyctf{r_wlmg_vevm_mvvw_zm_zhxrr_gzyov}`

View file

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

View file

@ -0,0 +1,8 @@
author: GenericNickname
title: Flip My Letters
hint: What happens if you turn the alphabet upside down?
category: Cyrptography
autogen: false
programming: false
value: 20
files: