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 an encrypted blob of room keys, for sharing with other users #4504

Open
richvdh opened this issue Jan 10, 2025 · 0 comments
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 uploading the blob, and sharing the keys with other clients, will be handled separately (and is therefore tracked in another issue).

The format of this encrypted blob is to be determined by element-hq/element-meta#2688.

Part of element-hq/element-meta#2685.

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

No branches or pull requests

1 participant