rsa changes
This commit is contained in:
parent
93577ddee3
commit
f9a58afef0
8 changed files with 8 additions and 11 deletions
|
@ -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,4 +1,4 @@
|
||||||
def grade(autogen, key):
|
def grade(autogen, key):
|
||||||
if key.find("tw0_v3ry_merrry_tw1n_pr1m35!!_417c0d") != -1:
|
if key.find("todo") != -1:
|
||||||
return True, "Really Superb! Applause!"
|
return True, "Awesome job! Get ready for some harder ones :)"
|
||||||
return False, "RIP"
|
return False, "Keep trying!"
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
author: blockingthesky
|
author: blockingthesky
|
||||||
title: RSA 3
|
title: RSA 1
|
||||||
hint: You might want to read up on how RSA works.
|
hint: You might want to read up on how RSA works.
|
||||||
category: Cryptography
|
category: Cryptography
|
||||||
autogen: false
|
autogen: false
|
||||||
programming: false
|
programming: false
|
||||||
value: 70
|
value: 30
|
||||||
files:
|
|
||||||
- rsa3
|
|
||||||
|
|
|
@ -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
1
rsa4/description.md
Normal 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.
|
|
@ -1,9 +1,9 @@
|
||||||
author: blockingthesky
|
author: blockingthesky
|
||||||
title: RSA 3
|
title: RSA 4
|
||||||
hint: You might want to read up on how RSA works.
|
hint: You might want to read up on how RSA works.
|
||||||
category: Cryptography
|
category: Cryptography
|
||||||
autogen: false
|
autogen: false
|
||||||
programming: false
|
programming: false
|
||||||
value: 70
|
value: 130
|
||||||
files:
|
files:
|
||||||
- rsa3
|
- rsa3
|
Loading…
Reference in a new issue