]> git.codecow.com Git - Monocypher.git/commitdiff
Avoid :
authorMichael Savage <mikejsavage@gmail.com>
Mon, 1 Jan 2018 13:44:06 +0000 (13:44 +0000)
committerMichael Savage <mikejsavage@gmail.com>
Mon, 1 Jan 2018 13:44:06 +0000 (13:44 +0000)
doc/man/man3/crypto_argon2i.3monocypher
doc/man/man3/intro.3monocypher

index ea417d8ea198b7d1f32e09670c5f7d1dcde262a8..9c148ced6266dc3de4e47cb38ca14ca9eb8f359c 100644 (file)
@@ -104,12 +104,11 @@ Can be
 if
 .Fa key_size
 is zero.
-The key is generally not needed, but it does have some uses: it is
-supposed to be unknown to the attacker.
-In the context of password derivation, it would stay unknown
-.Em even if an attacker steals the password database .
-This may be possible if that key is stored on a separate server.
-Note: changing the key requires hashing the user's password,
+The key is generally not needed, but it does have some uses.
+In the context of password derivation, it would be stored separately
+from the password database, and would remain secret even if an
+attacker were to steal the database.
+Note that changing the key requires rehashing the user's password,
 which is only possible upon user login.
 .It Fa key_size
 The length of the key, in bytes.
index d435fa771d66f98237dc9df195ec87746c17d8e2..3004d826482da5d499f8135a450c8612bd6cc820 100644 (file)
@@ -150,7 +150,7 @@ The
 .Pa /dev/urandom
 special file may be used on systems that do not provide an easy to use
 system call.
-Be careful, though: being a file makes
+Be careful though, being a file makes
 .Pa /dev/urandom
 hard to use correctly and securely.
 Reads may be interrupted, and more attacks are possible on a file than