Reword and s/message index/ratchet index/
This commit is contained in:
parent
8c4a11a92d
commit
0a7d4e35cc
1 changed files with 6 additions and 5 deletions
|
@ -277,12 +277,13 @@ Limitations
|
||||||
Message Replays
|
Message Replays
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
A message can be decrypted successfully multiple times. This means that a MITM
|
A message can be decrypted successfully multiple times. This means that an
|
||||||
server can send multiple copies of a message and they will successfully decrypt.
|
attacker can re-send a copy of an old message, and the recipient will treat it
|
||||||
|
as a new message.
|
||||||
|
|
||||||
To mitigate this it is recomendend that applications track the message indicies
|
To mitigate this it is recomendend that applications track the ratchet indicies
|
||||||
they have recieved and that they reject messages with indicies that they've
|
they have recieved and that they reject messages with a ratchet index that
|
||||||
already decrypted.
|
they've already decrypted.
|
||||||
|
|
||||||
Lack of Transcript Consistency
|
Lack of Transcript Consistency
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in a new issue