From b8c4399789a56a094222aa9b539ed04b29040851 Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Fri, 27 Sep 2019 15:26:36 +0000 Subject: [PATCH] Update BQP adversary model: adversary sees QR codes. --- protocols/BQP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/BQP.md b/protocols/BQP.md index 6c2e319..a8d6ba8 100644 --- a/protocols/BQP.md +++ b/protocols/BQP.md @@ -12,7 +12,7 @@ Each peer derives a shared secret from its own private key and the received publ ### 1.2 Adversary Model -We assume the adversary can read, modify, delete and insert traffic on all transports at will. +We assume the adversary can read, modify, delete and insert traffic on all transports at will. Anything displayed on a screen (specifically QR codes) is assumed to be seen by the adversary. ### 1.3 Man-in-the-Middle Attacks -- GitLab