removing faulty problem
This commit is contained in:
parent
bdcafb8e42
commit
35051a82c9
4 changed files with 0 additions and 17 deletions
|
@ -1 +0,0 @@
|
||||||
I just intercepted some more odd [messages.txt](${messages_txt}). It appears to be a Diffie-hellman protocol, but my math isn't good enough to figure out what the final shared key is. Help! (The answer is a number. There is no easyctf{})
|
|
|
@ -1,4 +0,0 @@
|
||||||
def grade(autogen, answer):
|
|
||||||
if answer == ("906730649345"):
|
|
||||||
return True, "Correct!"
|
|
||||||
return False, "Nope, try again."
|
|
|
@ -1,4 +0,0 @@
|
||||||
g^a mod p = 791868216278
|
|
||||||
g^b mod p = 722955066776
|
|
||||||
|
|
||||||
p = 986314922069
|
|
|
@ -1,8 +0,0 @@
|
||||||
title: Diffie-culter
|
|
||||||
author: arxenix
|
|
||||||
category: Cryptography
|
|
||||||
autogen: false
|
|
||||||
programming: false
|
|
||||||
value: 140
|
|
||||||
files:
|
|
||||||
- messages.txt
|
|
Loading…
Reference in a new issue