rsa changes

This commit is contained in:
Jacob Magnuson 2017-03-10 23:49:21 +00:00
parent 93577ddee3
commit f9a58afef0
8 changed files with 8 additions and 11 deletions

View file

@ -1 +0,0 @@
We came across another [message]($rsa3) that follows the same cryptographic schema as those other Really Scary Admin messages. Take a look and see if you can crack it.

View file

@ -1,4 +1,4 @@
def grade(autogen, key):
if key.find("tw0_v3ry_merrry_tw1n_pr1m35!!_417c0d") != -1:
return True, "Really Superb! Applause!"
return False, "RIP"
if key.find("todo") != -1:
return True, "Awesome job! Get ready for some harder ones :)"
return False, "Keep trying!"

View file

@ -1,9 +1,7 @@
author: blockingthesky
title: RSA 3
title: RSA 1
hint: You might want to read up on how RSA works.
category: Cryptography
autogen: false
programming: false
value: 70
files:
- rsa3
value: 30

View file

@ -1 +0,0 @@
We came across another [message]($rsa3) that follows the same cryptographic schema as those other Really Scary Admin messages. Take a look and see if you can crack it.

1
rsa4/description.md Normal file
View file

@ -0,0 +1 @@
We came across another [message]($rsa4) that follows the same cryptographic schema as those other RSA messages. Take a look and see if you can crack it.

View file

@ -1,9 +1,9 @@
author: blockingthesky
title: RSA 3
title: RSA 4
hint: You might want to read up on how RSA works.
category: Cryptography
autogen: false
programming: false
value: 70
value: 130
files:
- rsa3