easyctf-2017/rsa3/grader.py

5 lines
160 B
Python
Raw Normal View History

2017-03-11 00:21:45 +00:00
def grade(autogen, key):
if key.find("tw0_v3ry_merrry_tw1n_pr1m35!!_417c0d") != -1:
return True, "Really Superb! Applause!"
return False, "RIP"