Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
8de0f1fb
Commit
8de0f1fb
authored
Oct 24, 2016
by
Mark Haines
Committed by
GitHub
Oct 24, 2016
Browse files
Merge pull request #32 from matrix-org/markjh/replay
Document the potential for message replays and possible mitigations
parents
d1a53586
884ad024
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/megolm.rst
View file @
8de0f1fb
...
...
@@ -274,6 +274,17 @@ bytes preceding the signature.
Limitations
-----------
Message Replays
---------------
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
as a new message.
To mitigate this it is recommended that applications track the ratchet indices
they have received and that they reject messages with a ratchet index that
they have already decrypted.
Lack of Transcript Consistency
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment