summaryrefslogtreecommitdiff
path: root/anastasis.rst
diff options
context:
space:
mode:
authorDennis Neufeld <dennis.neufeld@students.bfh.ch>2019-10-08 21:24:03 +0200
committerDennis Neufeld <dennis.neufeld@students.bfh.ch>2019-10-08 21:24:03 +0200
commitc5e40fdbaa10758609c77487092aacd436d620a3 (patch)
tree8ccf961af9319703ce21ab42f31c9c8459f247f9 /anastasis.rst
parent7100a995b4364f5168483a42f2a6dbdfcae375a0 (diff)
downloaddocs-c5e40fdbaa10758609c77487092aacd436d620a3.tar.gz
docs-c5e40fdbaa10758609c77487092aacd436d620a3.tar.bz2
docs-c5e40fdbaa10758609c77487092aacd436d620a3.zip
Worked on specification of authentication methods.
Diffstat (limited to 'anastasis.rst')
-rw-r--r--anastasis.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/anastasis.rst b/anastasis.rst
index cabd0ce9..2f11e84e 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -806,6 +806,8 @@ SMS (sms)
^^^^^^^^^
Sends an SMS with a code to the users phone.
+The must send this code back with his request (see $RESPONSE under 'Managing truth').
+If the transmitted code is correct, the server responses with the requested encrypted key share.
FIXME: details!
Video identification (vid)
@@ -819,6 +821,9 @@ Security question (qa)
^^^^^^^^^^^^^^^^^^^^^^
Asks the user a security question.
+The user sends back a hash over the answer.
+If the hash value matches with the one the server is expecting, the server answers
+with the requested encrypted key share
FIXME: details!