mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Spell out secure secret storage and sharing (#1875)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
7bbc6a0b38
commit
7d94efe136
|
|
@ -0,0 +1 @@
|
||||||
|
Document the acronyms and alternate names for the "Secrets" section.
|
||||||
|
|
@ -15,6 +15,9 @@ secret when storing, fetching, requesting, or sharing the secret.
|
||||||
Secrets are plain strings; structured data can be stored by encoding it
|
Secrets are plain strings; structured data can be stored by encoding it
|
||||||
as a string.
|
as a string.
|
||||||
|
|
||||||
|
The mechanism described in this section is known as "secure secret storage and
|
||||||
|
sharing", "SSSS", or "4S".
|
||||||
|
|
||||||
#### Storage
|
#### Storage
|
||||||
|
|
||||||
When secrets are stored on the server, they are stored in the user's
|
When secrets are stored on the server, they are stored in the user's
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue