Merge branch 'master' of github.com:failedxyz/easyctf

This commit is contained in:
Michael Zhang 2017-03-11 01:51:06 -06:00
commit 22bcf03087
5 changed files with 15 additions and 2 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:

View file

@ -4,4 +4,4 @@ hint: Go google RSA if you're stuck.
category: Cryptography
autogen: true
programming: false
value: 25
value: 50

View file

@ -4,4 +4,4 @@ hint: It's like RSA 1 but harder. Have fun!
category: Cryptography
autogen: true
programming: false
value: 35
value: 80