Jayy001 / Jayy001/Search-That-Hash

Use of optimised kernels

Open
#115 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
1.4k
Forks
98
PR merge metrics
No merged PRs in 30d

Description

By default, the script uses the unoptimised kernels, by adding -O to:
https://github.com/HashPals/Search-That-Hash/blob/d5f5f0fc39d506eb7a58c4f5da841d7b7cf51c00/search_that_hash/cracker/offline_mod/hashcat.py#L12
It should get an easy and free speed increase with the only draw back of a slightly reduced max plain length, typically from 255 to 32 characters
```
> hashcat -m 0 -w 4 -b --quiet
Hashmode: 0 - MD5

Speed.#1.........: 4996.0 MH/s (170.43ms) @ Accel:64 Loops:1024 Thr:1024 Vec:1

> hashcat -m 0 -w 4 -b --quiet -O
Hashmode: 0 - MD5

Speed.#1.........: 9154.5 MH/s (90.30ms) @ Accel:64 Loops:1024 Thr:1024 Vec:1
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.