easyctf-2017/rsa3/grader.py
2017-03-11 06:47:41 +00:00

5 lines
160 B
Python

def grade(autogen, key):
if key.find("tw0_v3ry_merrry_tw1n_pr1m35!!_417c0d") != -1:
return True, "Really Superb! Applause!"
return False, "RIP"