easyctf-2017/hash-on-hash/grader.py

5 lines
142 B
Python
Raw Normal View History

2017-03-13 22:34:45 +00:00
def grade(autogen, key):
if key.find("1_h0p3_y0u_d1dn7_d0_7h47_by_h4nd") != -1:
return True, "Correct!"
return False, "Nope!"