projects
/
stratum0-wiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
774f844
)
/* Alternativvorschlag: */
author
DooMMasteR
<DooMMasteR@stratum0.org/mediawiki/>
Wed, 11 Apr 2012 00:22:38 +0000
(
00:22
+0000)
committer
DooMMasteR
<DooMMasteR@stratum0.org/mediawiki/>
Wed, 11 Apr 2012 00:22:38 +0000
(
00:22
+0000)
Spacegate.mw
patch
|
blob
|
history
diff --git
a/Spacegate.mw
b/Spacegate.mw
index
d73b737
..
d59161c
100644
(file)
--- a/
Spacegate.mw
+++ b/
Spacegate.mw
@@
-70,7
+70,8
@@
So mal als Pseudocode die Idee:
Host:
<syntaxhighlight lang="C">
int challenge = random();
-int keyID = sendToKey(getKeyID, null);
+sendToKey(getKeyID, null);
+int keyID = getFromKey();
sendToKey(authChallenge, challenge);
if (sha2(keychain[keyID] + challange) == getFromKey()) {
openGate();
This page took
0.022924 seconds
and
4
git commands to generate.