easyctf-2017/rsa3/grader.py
Jacob Magnuson b62781944e add rsa3
2017-03-02 05:47:50 +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"