Spelling
This commit is contained in:
parent
092bf880f5
commit
884ad02413
1 changed files with 2 additions and 2 deletions
|
@ -281,8 +281,8 @@ A message can be decrypted successfully multiple times. This means that an
|
||||||
attacker can re-send a copy of an old message, and the recipient will treat it
|
attacker can re-send a copy of an old message, and the recipient will treat it
|
||||||
as a new message.
|
as a new message.
|
||||||
|
|
||||||
To mitigate this it is recomendend that applications track the ratchet indicies
|
To mitigate this it is recommended that applications track the ratchet indices
|
||||||
they have recieved and that they reject messages with a ratchet index that
|
they have received and that they reject messages with a ratchet index that
|
||||||
they have already decrypted.
|
they have already decrypted.
|
||||||
|
|
||||||
Lack of Transcript Consistency
|
Lack of Transcript Consistency
|
||||||
|
|
Loading…
Reference in a new issue