-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crypto: Add support for building a bundle of room keys, for sharing with other users #4504
Labels
Comments
richvdh
added a commit
that referenced
this issue
Mar 10, 2025
Add a method to CryptoStore which will construct a key bundle, ready for encrypting and sharing with invited users. Part of #4504
richvdh
added a commit
that referenced
this issue
Mar 10, 2025
Add a method to CryptoStore which will construct a key bundle, ready for encrypting and sharing with invited users. Part of #4504
richvdh
added a commit
that referenced
this issue
Mar 10, 2025
Add a method to CryptoStore which will construct a key bundle, ready for encrypting and sharing with invited users. Part of #4504
I've descoped the actual encryption here, and will handle it as part of #4505 |
richvdh
added a commit
that referenced
this issue
Mar 10, 2025
Add a method to CryptoStore which will construct a key bundle, ready for encrypting and sharing with invited users. Part of #4504
richvdh
added a commit
that referenced
this issue
Mar 17, 2025
Add a method to CryptoStore which will construct a key bundle, ready for encrypting and sharing with invited users. Part of #4504
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our proposed solution to sharing encrypted room history on invite involves uploading all of the message keys for a given room to an encrypted media blob.
This issue covers the addition of an API to matrix-sdk-crypto which will create such a blob. We expect that the work of actually encrypting uploading the blob, and sharing the keys with other clients, will be handled separately (and is therefore tracked in another issue: #4505).
The format of this encrypted blob is to be determined by element-hq/element-meta#2688.
Part of element-hq/element-meta#2685.
The text was updated successfully, but these errors were encountered: