]> Cypherpunks.ru repositories - gocheese.git/blobdiff - README
There is no "auth" word
[gocheese.git] / README
diff --git a/README b/README
index 643279ca63f643d7d8c2dea550b4bb1807ec1ac6..aae1bb3d1c671af3eeddb9cfb38f7cc240b47b70 100644 (file)
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ with -passwd option) with following format:
 
     username:hashed-password
 
-Supported hashing algorithms are sha256 and Argon2i.
+Supported hashing algorithms are SHA256 and Argon2i.
 It's recommended to use Argon2i.
 
 To get Argon2i hashed-password you can use any of following tools:
@@ -33,8 +33,10 @@ To get Argon2i hashed-password you can use any of following tools:
 
 To get SHA256 hashed-password you can use your operating system tools:
 
-    echo -n 'password' | sha256 - for BSD-based systems
-    echo -n 'password' | sha256sum - for Linux-based systems
+    # BSD-based systems:
+    $ echo -n 'password' | sha256
+    # GNU/Linux-based systems
+    $ echo -n 'password' | sha256sum
 
 For example user "foo" with password "bar" can have the following
 hashed passwords: