mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
create new section "Advantages"
This commit is contained in:
parent
1934979a2d
commit
8347c38889
@ -110,6 +110,28 @@
|
||||
</di>
|
||||
</dl>
|
||||
</section1>
|
||||
<section1 topic='Advantages' anchor='advantages'>
|
||||
<p>
|
||||
The goal of key authentication is to create an end-to-end encrypted communication network exclusively of devices with authenticated keys.
|
||||
As a result every communication channel between those devices is resistant against active attacks.
|
||||
</p>
|
||||
<p>
|
||||
The network of devices which authenticated each other's keys can be seen as a complete graph with each device as a node and each mutual authentication as an edge.
|
||||
The number of edges grows for each new device by the number of existing nodes.
|
||||
That means to sustain a secure communication across all devices, a new key has to be authenticated by all n existing devices and vice versa.
|
||||
</p>
|
||||
<p>
|
||||
One of those n mutual authentications requires user interaction like scanning each other's QR codes or comparing each other's key identifiers by hand.
|
||||
That is the initial mutual manual authentication.
|
||||
The remaining authentications can be automated relying on the secure channel established by the inital mutual manual authentication and the secure channels already created by the same procedure between the rest of the devices.
|
||||
</p>
|
||||
<p>
|
||||
For creating the described complete graph with n nodes, a total of T(n) = (n*(n-1))/2 ∊ O(n²) mutual authentications are needed.
|
||||
When using ATT, only T(n) = n-1 ∊ O(n) of them have to be made manually.
|
||||
All remaining authentications can be performed automatically.
|
||||
Thus, less user interaction is needed for authenticating all keys involved in the secure communication while preserving the same security level.
|
||||
</p>
|
||||
</section1>
|
||||
<section1 topic='Trust Message URI' anchor='trust-message-uri'>
|
||||
<p>
|
||||
A trust message contains an <cite>XMPP URI</cite> (see &xep0147;) defined by the following scheme:
|
||||
|
Loading…
Reference in New Issue
Block a user