generated from element-hq/.github
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Encrypt local databases #441
Comments
The key management must be compatible with ElementR-iOS. EIX needs to be able decrypt and use the crypto DB used in EIR. |
We're going to wait to implement this until the SQLite support is available for the state store in the SDK. |
kittykat
added
X-Needs-Rust
This issue needs a Rust SDK change. It must have a link to a Rust SDK issue
T-User Story
T-Task
Team: Element X Platform
labels
Feb 16, 2023
manuroe
removed
X-Needs-Rust
This issue needs a Rust SDK change. It must have a link to a Rust SDK issue
X-Blocked
labels
Jan 3, 2024
Let's try it on nightlies first. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have to replace
None
in the code with a secret.We should manage this secret like on EI where we have a protocol and different implementations to manage secrets.
The text was updated successfully, but these errors were encountered: