MSC4483: Encrypted Account Data#4483
Open
thetayloredman wants to merge 2 commits into
Open
Conversation
Signed-off-by: Logan Devine <logan@zirco.dev>
Signed-off-by: Logan Devine <logan@zirco.dev>
thetayloredman
commented
May 25, 2026
Comment on lines
+73
to
+74
| investigated in the Matrix ecosystem, and if it is determined that these algorithms are ineffective, a future MSC may | ||
| introduce additional algorithms. |
Author
There was a problem hiding this comment.
I am unsure how to introduce forward-compatibility in this MSC directly as it is very possible the preferred algorithm will change in the future. To my understanding, secrets within SSSS lack any form of key ID (only the root keys do), so the algorithm of the ADK would need to be specified somehow.
turt2live
reviewed
May 25, 2026
Member
There was a problem hiding this comment.
Implementation requirements:
- Client (setting)
- Client (reading)
Johennes
reviewed
Jun 1, 2026
Comment on lines
+63
to
+66
| * Eliminate the ADK and simply use the SSSS master. | ||
| Using the SSSS master would require re-encrypting account data whenever recovery keys change. Usage of a separate ADK | ||
| is extensible for further `account_data` events, alongside providing the ability to rotate the ADK independently of | ||
| SSSS. |
Contributor
There was a problem hiding this comment.
Additionally using the "SSSS master" would require clients to keep its private part stored which, I think, many clients currently don't do?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rendered
Dependent MSCs:
Signed-off-by: Logan Devine logan@zirco.dev