1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-10 15:51:10 +00:00

Add some note about improved NVIDIA cracking performance

This commit is contained in:
Jens Steube 2016-11-17 10:41:38 +01:00
parent d62d0d8a71
commit 3240845cf3

View File

@ -30,6 +30,7 @@ The CLI (hashcat.bin or hashcat.exe) works as before but from a technical perspe
## Algorithms ## Algorithms
## ##
- Improved NVIDIA cracking performance when doing rule-based attacks for very fast hashes like NTLM by 35% or more
- Reduce maximum number of allowed function calls per rule from 255 to 31 to save device memory - Reduce maximum number of allowed function calls per rule from 255 to 31 to save device memory
- Workaround for some OpenCL kernels to compile with AMDGPU-Pro Driver - Workaround for some OpenCL kernels to compile with AMDGPU-Pro Driver
- Allow words of length > 31 in wordlists for -a 0 for some slow hashes if no rules are in use - Allow words of length > 31 in wordlists for -a 0 for some slow hashes if no rules are in use