Spell out secure secret storage and sharing

This commit is contained in:
davidegirardi 2024-06-18 10:01:16 +02:00
parent 7773716d18
commit 4f980e7a87

View file

@ -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