Skip to content

Commit bbe9e03

Browse files
Update readme and version timestamp
1 parent 82d0cd7 commit bbe9e03

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

README.md

+17-11
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,26 @@ To use hashgen, type your mode, wordlist input & hash output files with a simple
3535
| base64decode | |
3636
| morsecode | (ITU-R M.1677-1) |
3737
| crc32 | |
38-
| 11500 | 11500 (hashcat compatible CRC32) |
39-
| crc64 | |
38+
| 11500 | 11500 (hashcat compatible CRC32)|
39+
| crc64 | |
4040
| md4 | 900 |
4141
| md5 | 0 |
42-
| ntlm | 1000 |
42+
| ntlm| 1000|
4343
| plaintext | 99999 (can be used to dehex wordlist) |
44-
| ripemd-160 | 6000 |
45-
| sha1 | 100 |
46-
| sha2-256 | 1400 |
47-
| sha2-512 | 1700 |
48-
| sha3-224 | 17300 |
49-
| sha3-256 | 17400 |
50-
| sha3-384 | 17500 |
51-
| sha3-512 | 17600 |
44+
| ripemd-160| 6000|
45+
| sha1| 100 |
46+
| sha2-224| 1300|
47+
| sha2-256| 1400|
48+
| sha2-384| 10800 |
49+
| sha2-512| 1700|
50+
| sha2-512-224| |
51+
| sha2-512-256| |
52+
| sha3-224| 17300 |
53+
| sha3-256| 17400 |
54+
| sha3-384| 17500 |
55+
| sha3-512| 17600 |
56+
| keccak-256| 17800 |
57+
| keccak-512| 18000 |
5258

5359
### Benchmarks:
5460
- https://github.com/cyclone-github/hashgen-testing/tree/main/benchmarks

hashgen.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ v2024-11-01.1630-threaded;
5757
*/
5858

5959
func versionFunc() {
60-
fmt.Fprintln(os.Stderr, "Cyclone hash generator v2024-11-01.1530-threaded")
60+
fmt.Fprintln(os.Stderr, "Cyclone hash generator v2024-11-01.1630-threaded")
6161
}
6262

6363
// help function

0 commit comments

Comments
 (0)