commit c5e40fdbaa10758609c77487092aacd436d620a3 parent 7100a995b4364f5168483a42f2a6dbdfcae375a0 Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch> Date: Tue, 8 Oct 2019 21:24:03 +0200 Worked on specification of authentication methods. Diffstat:
| M | anastasis.rst | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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!