easyctf-2017/decode-me/grader.py

5 lines
166 B
Python
Raw Normal View History

2017-02-26 17:43:50 +00:00
def grade(random, key):
if key.find("what_1s_l0v3_bby_don7_hurt_m3") != -1:
return True, "You got it! Great Job!"
return False, "No."