diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-11-27 23:36:37 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-11-27 23:36:37 -0500 |
commit | d908b8ff6443532d69604a08a6f817b26fea8b85 (patch) | |
tree | b482a2fd97b48f7a16e974ee0208f2bf44143c8e | |
parent | 7fadedcefac52182b8cdd48718d95f9ec3e122ac (diff) | |
download | docs-d908b8ff6443532d69604a08a6f817b26fea8b85.tar.gz docs-d908b8ff6443532d69604a08a6f817b26fea8b85.tar.bz2 docs-d908b8ff6443532d69604a08a6f817b26fea8b85.zip |
mark up ‘kdf_id’
-rw-r--r-- | anastasis.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anastasis.rst b/anastasis.rst index 6e0c0f1..ecfda6b 100644 --- a/anastasis.rst +++ b/anastasis.rst @@ -138,7 +138,7 @@ 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 to make it difficult to brute-force **kdf_id** values and help protect the user's -privacy. Also this ensures that the kdf_ids on every server differs. However, +privacy. Also this ensures that the **kdf_id**s on every server differs. However, we do not assume that the **identifier** or the **kdf_id** cannot be determined by an adversary performing a targeted attack, as a user's **identifier** is likely to always be known to state actors and may |