]> Cypherpunks.ru repositories - gocheese.git/blobdiff - doc/passwords.texi
Use modern go-install command
[gocheese.git] / doc / passwords.texi
index d3d9ad4039b09092c0e5969020a8f230359e3850..6cdcc0a5c6cca1f32334e8e293baf6bdee6f2845 100644 (file)
@@ -3,11 +3,12 @@
 
 Password authentication is required for packages uploading. Passwords
 are dynamically changed through the FIFO file. You have to create it and
-use in @option{-passwd} option:
+use in @option{-passwd} option. Optionally, to list currently present
+logins use another FIFO and @option{-passwd-list} option:
 
 @example
-$ mkfifo passwd
-$ gocheese -passwd passwd ...
+$ mkfifo passwd passwd-list
+$ gocheese -passwd passwd -passwd-list passwd-list ...
 @end example
 
 Then you must feed it newline-separated records in following format:
@@ -24,8 +25,8 @@ Where @code{hashed-password} is in one of following algorithms:
     To get Argon2i hashed-password you can use any of following tools:
 
     @itemize
-    @item @code{go get @url{https://github.com/balakhonova/argon2i,
-        github.com/balakhonova/argon2i}} (Go)
+    @item @code{go install @url{https://github.com/balakhonova/argon2i,
+        github.com/balakhonova/argon2i@@latest}} (Go)
     @item @url{https://github.com/p-h-c/phc-winner-argon2} (C)
     @end itemize