diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-11-27 23:35:13 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-11-27 23:35:13 -0500 |
commit | 3c15f5cd491ee75b3819f34a2c071f6870cd17b1 (patch) | |
tree | 06305d6f80f7f4864d982b648ec71ab2727bce77 | |
parent | d63730cd61054484c778782d2db5e4968baf0b26 (diff) | |
download | docs-3c15f5cd491ee75b3819f34a2c071f6870cd17b1.tar.gz docs-3c15f5cd491ee75b3819f34a2c071f6870cd17b1.tar.bz2 docs-3c15f5cd491ee75b3819f34a2c071f6870cd17b1.zip |
mark up ‘server_salt’
-rw-r--r-- | anastasis.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anastasis.rst b/anastasis.rst index dd9251d..de286f0 100644 --- a/anastasis.rst +++ b/anastasis.rst @@ -136,7 +136,7 @@ information as the **identifier**. This identifier will be first hashed with Argon2, to provide a **kdf_id** which will be used to derive other keys later. The Hash must also include the respective **server_salt**. This also ensures that the **kdf_id** is different -on each server. The use of Argon2 and the respective server_salt is intended +on each server. The use of Argon2 and the respective **server_salt** is intended to make it difficult to brute-force **kdf_id** values and help protect user's privacy. Also this ensures that the kdf_ids on every server differs. However, we do not assume that the **identifier** or the **kdf_id** cannot be |