Add NTLMv1-opencl and MSCHAPv2-opencl formats (mostly same code path and kernel)
Open
@magnumripper is already working on this.
Since Feb 16, 2018.
enhancement
- Dominant language
- C
- Stars
- 13.6k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Apparently these formats are still used in the wild. We should have GPU support for them. The "many salts" case has totally wild figures on CPU already - it can be even more crazy fast on GPU.
Like... if we do 10G NT hashes per second and load 500 salts of NTLMv1, we'd get, uh.... 5T c/s on GPU. Did I just have a beer too much?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.