Various typo fixes in doc/*.mdwn

This commit is contained in:
Øyvind A. Holm 2015-04-02 01:50:17 +02:00
parent 334a9f5738
commit 490e97ec10
8 changed files with 9 additions and 9 deletions

View file

@ -18,11 +18,11 @@ AES encryption:
use SPEKE (or similar methods like J-PAKE) to generate a shared key.
Avoids active MITM attacks. Makes pairing harder, especially pairing
between one's own devices, since the passphrase has to be entered on
all devices. Also problimatic when pairing more than 2 devices,
all devices. Also problematic when pairing more than 2 devices,
especially when adding a device to the set later, since there
would then be multiple different keys in use.
* Rely on the user's gpg key, and do gpg key verification during XMPP
pairing. Problimatic because who wants to put their gpg key on their
pairing. Problematic because who wants to put their gpg key on their
phone? Also, require the users be in the WOT and be gpg literate.
Update: This seems unlikely to be worth doing. [[Telehash]] is better.