Skip to content
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

Closed
richvdh opened this issue Jan 10, 2025 · 1 comment · Fixed by #4775
Closed
Assignees
Labels
encryption enhancement New feature or request

Comments

@richvdh
Copy link
Member

richvdh commented Jan 10, 2025

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.

@richvdh richvdh added the enhancement New feature or request label Jan 10, 2025
@richvdh richvdh self-assigned this Mar 3, 2025
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
@richvdh richvdh changed the title crypto: Add support for building an encrypted blob of room keys, for sharing with other users crypto: Add support for building a bundle of room keys, for sharing with other users Mar 10, 2025
@richvdh
Copy link
Member Author

richvdh commented Mar 10, 2025

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
Labels
encryption enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant