The effort to get encryption in Fractal has changed, this is made to reflect that.
This commit is contained in:
parent
92e6195980
commit
6bcb5e90ab
1 changed files with 2 additions and 5 deletions
|
@ -126,12 +126,9 @@ Full reference in: <https://matrix.org/docs/spec/client_server/r0.2.0.html#m-roo
|
||||||
Fractal does not currently have encryption support, but
|
Fractal does not currently have encryption support, but
|
||||||
there is an initiative for it.
|
there is an initiative for it.
|
||||||
|
|
||||||
The current effort is to create a monolithic module for Fractal to interact with.
|
The current effort is to use matrix-rust-sdk rather than our own implementation. (See https://gitlab.gnome.org/GNOME/fractal/-/issues/636)
|
||||||
Said module will handle all cryptographic tasks.
|
|
||||||
The goal is to reduce the amount of work required for implementing end-to-end encryption
|
|
||||||
by having one thing to interact with, instead of a huge API surface.
|
|
||||||
|
|
||||||
Code and further information for this module can be found at [World/metaolm](https://gitlab.gnome.org/World/metaolm).
|
Code and further information for this module can be found at [matrix/matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk).
|
||||||
|
|
||||||
* Can I run Fractal with the window closed?
|
* Can I run Fractal with the window closed?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue