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

Allow export of subsets of room encryption keys based on a predicate #33

Open
dkasak opened this issue Jan 5, 2021 · 0 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dkasak
Copy link
Collaborator

dkasak commented Jan 5, 2021

The most important feature would be to export room encryption keys per room. This would allow, for instance, an old member of an E2E encrypted room to supply keys to a newer member so they can read history prior to their join.

The function export_keys from the Rust SDK could be used for the implementation.

Note that there is already a /keys export command which exports all keys. The implementation of the current /keys export command is here. As a first pass, the use case in this issue could be satisfied by implementing /keys export --room-id ROOM_ID.

@dkasak dkasak added enhancement New feature or request good first issue Good for newcomers labels Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant