You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,13 @@
9
9
# hashgen - Cyclone's hash generator
10
10
```
11
11
$ hashgen -m md5 -w rockyou.txt -b
12
-
2025/08/23 19:18:27 Starting...
13
-
2025/08/23 19:18:27 Processing file: rockyou.txt
14
-
2025/08/23 19:18:27 Hash function: md5
15
-
2025/08/23 19:18:27 CPU Threads: 16
16
-
2025/08/23 19:18:28 Finished processing 14344391 lines in 0.465 sec (30.839 M lines/sec)
12
+
2026/01/23 11:44:20 Starting...
13
+
2026/01/23 11:44:20 Processing file: rockyou.txt
14
+
2026/01/23 11:44:20 Hash function: md5
15
+
2026/01/23 11:44:20 CPU Threads: 16
16
+
2026/01/23 11:44:20 Finished processing 14344391 lines in 0.460 sec (31.215 M lines/sec)
17
17
```
18
-
**As of the this writing, hashgen (go) has a 2,519% faster md5 hashrate vs the next fastest publicly available CPU based hash generator (see benchmarks).** While this is extremely fast, these hashrates can be beat by improved code optimization and/or coding in faster programming languages (I'm looking at you C, Rust and Zig).
19
-
20
-
Since version `v2023-10-30.1600`, hashgen has a top recorded hasharate of 30,228,048 md5/sec on the test rig's Ryzen 7 3700X CPU! Much faster hashrates have been seen on higher end CPU's.
18
+
**As of the this writing, hashgen (go) has a 2,519% faster md5 hashrate vs the next fastest publicly available CPU based hash generator (see benchmarks).** Since version `v2023-10-30.1600`, hashgen has a top recorded hasharate of 30,228,048 md5/sec on the test rig's Ryzen 7 3700X CPU! Much faster hashrates have been seen on higher end CPU's.
21
19
22
20
Hashgen is a CLI hash generator written in Go and can be cross compiled for Linux, Raspberry Pi, Windows & Mac, although testing and compiling is mainly done on debian 12 linux.
23
21
@@ -77,6 +75,7 @@ To use hashgen, type your mode, wordlist input & hash output files with a simple
0 commit comments