tUpdate README - hashcrush - Compute Argon2id hashes
(HTM) git clone git://git.z3bra.org/hashcrush.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit a3cb200ef47fa85fb0c04c9b0b49395d6f424ed6
(DIR) parent 0969539f6e181882ffdc08554aa0f358459aa78e
(HTM) Author: Willy Goiffon <contact@z3bra.org>
Date: Fri, 18 Aug 2023 12:11:51 +0200
Update README
Diffstat:
M README | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
---
(DIR) diff --git a/README b/README
t@@ -10,11 +10,9 @@ All code is in public domain.
tl;dr
-----
-To compute hashes for 2 hours, and send me back the results, use the
-following commands:
+To compute hashes for 2 hours, use the following command:
timeout 2h make
- curl -sT hashes.rec https://up.qw.is
Why?
----
t@@ -50,7 +48,7 @@ You can change the default behavior using the variables `NPROC` and
make # run ad vitam aeternam
make NPROC=2 # only use 2 CPU cores
- make COUNT=1000000 # generate 1000000 hashes
+ make COUNT=100000 # generate 100k hashes (default: 10M)
timeout 5h make # stop running after 5 hours
To run multiple batch, you must clean up generated files after each
t@@ -59,19 +57,13 @@ iteration:
make clean
The default output file is `hashes.rec` (you can change it with the
-`OUTFILE` variable). When you're done, upload the file to:
-[https://up.qw.is][1].
-Please make sure to leave the `.rec` extension when uploading it, so
-it's picked up correctly. You can use `curl(1)` to upload the file:
-
- curl -sT hashes.rec https://up.qw.is
+`OUTFILE` variable).
Dependency
----------
- POSIX make
-- go >= 1.19
+- go >= 1.17
- curl (only used to download the initial word list)
[0]: https://en.wikipedia.org/wiki/Diceware
-[1]: https://up.qw.is