|
1 |
| -[](https://github.com/cyclone-github/) |
| 1 | +[](https://github.com/cyclone-github/hashgen/) |
| 2 | + |
| 3 | +[](https://goreportcard.com/report/github.com/cyclone-github/hashgen) |
| 4 | +[](https://github.com/cyclone-github/hashgen/issues) |
| 5 | +[](LICENSE) |
| 6 | +[](https://github.com/cyclone-github/hashgen/releases) |
| 7 | +[](https://pkg.go.dev/github.com/cyclone-github/hashgen) |
| 8 | + |
2 | 9 | # hashgen - Cyclone's hash generator
|
3 | 10 | ```
|
4 | 11 | $ ./hashgen_amd64.bin -m 0 -w rockyou.txt -o /dev/null
|
5 |
| -2023/11/02 19:10:51 Starting... |
6 |
| -2023/11/02 19:10:51 Processing file: rockyou.txt |
7 |
| -2023/11/02 19:10:51 Hash function: 0 |
8 |
| -2023/11/02 19:10:51 CPU Threads: 16 |
9 |
| -2023/11/02 19:10:52 Finished hashing 15053568 lines in 0.500 sec (30.123 M lines/sec) |
| 12 | +2024/12/10 19:07:31 Starting... |
| 13 | +2024/12/10 19:07:31 Processing file: rockyou.txt |
| 14 | +2024/12/10 19:07:31 Hash function: 0 |
| 15 | +2024/12/10 19:07:31 CPU Threads: 16 |
| 16 | +2024/12/10 19:07:31 Finished processing 14344391 lines in 0.475 sec (30.228 M lines/sec) |
10 | 17 | ```
|
11 | 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).
|
12 | 19 |
|
@@ -72,13 +79,14 @@ To use hashgen, type your mode, wordlist input & hash output files with a simple
|
72 | 79 | - Compile from source code how-to:
|
73 | 80 | - https://github.com/cyclone-github/scripts/blob/main/intro_to_go.txt
|
74 | 81 |
|
75 |
| -### Change Log: |
| 82 | +### Changelog: |
76 | 83 | - https://github.com/cyclone-github/hashgen/blob/main/CHANGELOG.md
|
77 | 84 |
|
78 | 85 | ### Mentions:
|
79 | 86 | - Go Package Documentation: https://pkg.go.dev/github.com/cyclone-github/hashgen
|
80 |
| -- Hashcat Wiki: https://hashcat.net/wiki/ |
81 |
| -- Hashkiller Forum: https://forum.hashkiller.io/index.php?threads/cyclone-hashgen.63140/ |
| 87 | +- hashcat wiki: https://hashcat.net/wiki/ |
| 88 | +- hashkiller forum: https://forum.hashkiller.io/index.php?threads/cyclone-hashgen.63140/ |
| 89 | +- hashpwn forum: https://forum.hashpwn.net/post/89 |
82 | 90 | - Softpedia: https://www.softpedia.com/get/System/File-Management/hashgen-go.shtml
|
83 | 91 |
|
84 | 92 | ### Antivirus False Positives:
|
|
0 commit comments